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
2 changed files with 4 additions and 1 deletions

View File

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

View File

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