Skip to content

Commit 357e521

Browse files
authored
Merge pull request #45 from kabilar/main
Add configuration for Mermaid.js diagrams
2 parents 31b8c32 + ad20138 commit 357e521

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ markdown_extensions:
5858
permalink: True
5959
- pymdownx.arithmatex:
6060
generic: true
61+
- pymdownx.superfences:
62+
custom_fences:
63+
- name: mermaid
64+
class: mermaid
65+
format: !!python/name:pymdownx.superfences.fence_code_format
6166

6267
# List of plugins
6368
plugins:

0 commit comments

Comments
 (0)