Skip to content

Commit e253774

Browse files
committed
fixed mkdocs for markdown 3.0
1 parent a12180e commit e253774

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ theme: material # readthedocs mkdocs
1414

1515
markdown_extensions:
1616
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/
17-
- codehilite(guess_lang=false)
18-
- toc(permalink=true)
17+
- codehilite:
18+
guess_lang: false
19+
- toc:
20+
permalink: true

0 commit comments

Comments
 (0)