We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c5fce commit 010a501Copy full SHA for 010a501
1 file changed
mkdocs.yml
@@ -112,7 +112,11 @@ markdown_extensions:
112
# support for using MarkDown in HTML
113
- md_in_html
114
# code blocks with syntax highlighting, graphs
115
- - pymdownx.superfences
+ - pymdownx.superfences:
116
+ custom_fences:
117
+ - name: mermaid
118
+ class: mermaid
119
+ format: !!python/name:pymdownx.superfences.fence_code_format
120
# line numbers
121
- pymdownx.highlight:
122
anchor_linenums: true
0 commit comments