We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e684d0f + 8356662 commit ff1849fCopy full SHA for ff1849f
1 file changed
mkdocs.yml
@@ -48,8 +48,15 @@ markdown_extensions:
48
emoji_index: !!python/name:material.extensions.emoji.twemoji
49
emoji_generator: !!python/name:material.extensions.emoji.to_svg
50
- pymdownx.highlight
51
- - pymdownx.superfences
+ - pymdownx.superfences:
52
+ custom_fences:
53
+ - name: mermaid
54
+ class: mermaid
55
+ format: !!python/name:pymdownx.superfences.fence_code_format
56
- pymdownx.keys
57
+ - pymdownx.caret
58
+ - pymdownx.mark
59
+ - pymdownx.tilde
60
- pymdownx.tabbed:
61
alternate_style: true
62
- pymdownx.details
0 commit comments