We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12180e commit e253774Copy full SHA for e253774
docs/mkdocs.yml
@@ -14,5 +14,7 @@ theme: material # readthedocs mkdocs
14
15
markdown_extensions:
16
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/
17
- - codehilite(guess_lang=false)
18
- - toc(permalink=true)
+ - codehilite:
+ guess_lang: false
19
+ - toc:
20
+ permalink: true
0 commit comments