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 0468202 commit 9fba1d3Copy full SHA for 9fba1d3
mkdocs.yml
@@ -62,7 +62,11 @@ markdown_extensions:
62
- attr_list
63
- pymdownx.emoji
64
- pymdownx.inlinehilite
65
- - pymdownx.superfences
+ - pymdownx.superfences:
66
+ custom_fences:
67
+ - name: mermaid
68
+ class: mermaid
69
+ format: !!python/name:pymdownx.superfences.fence_code_format
70
71
copyright: Copyright © 2022 Amazon Web Services
72
0 commit comments