We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a167b9 commit 32fdd6aCopy full SHA for 32fdd6a
1 file changed
mkdocs.yml
@@ -22,7 +22,8 @@ markdown_extensions:
22
- toc:
23
permalink: true
24
- pymdownx.arithmatex
25
- - pymdownx.betterem(smart_enable=all)
+ - pymdownx.betterem:
26
+ smart_enable: all
27
- pymdownx.caret
28
- pymdownx.critic
29
- pymdownx.emoji:
@@ -31,7 +32,8 @@ markdown_extensions:
31
32
- pymdownx.magiclink
33
- pymdownx.mark
34
- pymdownx.smartsymbols
- - pymdownx.tasklist(custom_checkbox=true)
35
+ - pymdownx.tasklist:
36
+ custom_checkbox: true
37
- pymdownx.tilde
38
39
nav:
0 commit comments