Skip to content

Commit a536635

Browse files
committed
fixed mkdocs for markdown 3.0
1 parent 22f932f commit a536635

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
@@ -9,5 +9,7 @@ theme: material # readthedocs mkdocs
99

1010
markdown_extensions:
1111
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/
12-
- codehilite(guess_lang=false)
13-
- toc(permalink=true)
12+
- codehilite:
13+
guess_lang: false
14+
- toc:
15+
permalink: true

0 commit comments

Comments
 (0)