lua_api_deploy: fix code blocks parsing (#13847)

This commit is contained in:
corpserot 2023-10-03 18:34:24 +00:00 committed by GitHub
parent de0036f4c1
commit 5a5697273b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,9 @@ extra_css:
markdown_extensions: markdown_extensions:
- toc: - toc:
permalink: True permalink: True
- codehilite - pymdownx.superfences
- pymdownx.highlight:
css_class: codehilite
plugins: plugins:
- search: - search:
separator: '[\s\-\.\(]+' separator: '[\s\-\.\(]+'

View File

@ -1,2 +1,3 @@
mkdocs~=1.4.3 mkdocs~=1.4.3
pygments~=2.15.1 pygments~=2.15.1
pymdown-extensions~=10.3