We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b52338 commit f72f0d2Copy full SHA for f72f0d2
1 file changed
project/mkdocs.yml.jinja
@@ -99,6 +99,12 @@ markdown_extensions:
99
- admonition
100
- callouts
101
- footnotes
102
+- pymdownx.blocks.admonition
103
+- pymdownx.blocks.tab:
104
+ alternate_style: true
105
+ slugify: !!python/object/apply:pymdownx.slugs.slugify
106
+ kwds:
107
+ case: lower
108
- pymdownx.emoji:
109
emoji_index: !!python/name:material.extensions.emoji.twemoji
110
emoji_generator: !!python/name:material.extensions.emoji.to_svg
0 commit comments