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:
0x3bb
2024-05-06 18:50:44 +01:00
committed by جاد
parent d5c6f090cc
commit 6d1903099a

View File

@@ -41,6 +41,8 @@ theme:
- toc.follow
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
plugins:
- macros
- search