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 ce79370 commit a1f939cCopy full SHA for a1f939c
mkdocs.yml
@@ -71,9 +71,12 @@ markdown_extensions:
71
permalink: true
72
toc_depth: 4
73
- attr_list
74
+ - def_list
75
+ - pymdownx.tasklist:
76
+ custom_checkbox: true
77
- pymdownx.emoji:
- emoji_index: !!python/name:materialx.emoji.twemoji
- emoji_generator: !!python/name:materialx.emoji.to_svg
78
+ emoji_index: !!python/name:material.extensions.emoji.twemoji
79
+ emoji_generator: !!python/name:material.extensions.emoji.to_svg
80
- pymdownx.inlinehilite
81
- pymdownx.superfences:
82
custom_fences:
0 commit comments