mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-13 00:22:52 +02:00
docs(mkdocs): add pymdownx.highlight and pymdownx.superfences extensions
Used for syntax highlighting in code blocks, and allows for indenting existing code blocks. References: - https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight - https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
This commit is contained in:
@@ -41,6 +41,8 @@ theme:
|
|||||||
- toc.follow
|
- toc.follow
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
- pymdownx.highlight
|
||||||
|
- pymdownx.superfences
|
||||||
plugins:
|
plugins:
|
||||||
- macros
|
- macros
|
||||||
- search
|
- search
|
||||||
|
|||||||
Reference in New Issue
Block a user