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 c68299e commit 07973c3Copy full SHA for 07973c3
mkdocs.yml
@@ -59,7 +59,11 @@ markdown_extensions:
59
- pymdownx.details
60
- pymdownx.highlight
61
- pymdownx.inlinehilite
62
- - pymdownx.superfences
+ - pymdownx.superfences:
63
+ custom_fences:
64
+ - name: mermaid
65
+ class: mermaid
66
+ format: !!python/name:mermaid2.fence_mermaid_custom
67
- pymdownx.snippets:
68
base_path: site-src
69
check_paths: true
0 commit comments