We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32773d commit a5a91c2Copy full SHA for a5a91c2
1 file changed
docs/mkdocs.yml
@@ -7,11 +7,14 @@ nav:
7
- Home: index.md
8
- Usage details: usage.md
9
- Changelog: changelog.md
10
+
11
theme: material # readthedocs mkdocs
12
13
markdown_extensions:
14
+ - pymdownx.highlight # see https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#highlight
15
+ - pymdownx.superfences # same as above as well as code blocks inside other blocks
16
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/
- - codehilite:
- guess_lang: false
17
+# - codehilite:
18
+# guess_lang: false
19
- toc:
- permalink: true
20
+ permalink: true
0 commit comments