Skip to content

Commit 7f5daf2

Browse files
committed
Added mermaid plugin
1 parent 3b8349c commit 7f5daf2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ markdown_extensions:
5353
- meta
5454
- attr_list
5555
- md_in_html
56-
- pymdownx.superfences
56+
- pymdownx.superfences:
57+
custom_fences:
58+
- name: mermaid
59+
class: mermaid
60+
format: !!python/name:pymdownx.superfences.fence_code_format
5761
- pymdownx.tabbed:
5862
alternate_style: true
5963
- toc:

0 commit comments

Comments
 (0)