We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 464da86 + 010a501 commit 54a8b10Copy full SHA for 54a8b10
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