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 dc4141a commit 62b5c53Copy full SHA for 62b5c53
mkdocs.yml
@@ -31,7 +31,11 @@ markdown_extensions:
31
pygments_lang_class: true
32
- pymdownx.inlinehilite
33
- pymdownx.snippets
34
- - pymdownx.superfences
+ - pymdownx.superfences:
35
+ custom_fences:
36
+ - name: mermaid
37
+ class: mermaid
38
+ format: !!python/name:pymdownx.superfences.fence_code_format
39
- def_list
40
- pymdownx.tasklist:
41
custom_checkbox: true
0 commit comments