File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ plugins:
4242 - macros :
4343 # include_dir: examples
4444 j2_line_comment_prefix : " #$"
45+ - mermaid2
4546 - blog :
4647 # NOTE: configuration options can be found at
4748 # https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
@@ -58,7 +59,11 @@ markdown_extensions:
5859 - pymdownx.details
5960 - pymdownx.highlight
6061 - pymdownx.inlinehilite
61- - pymdownx.superfences
62+ - pymdownx.superfences :
63+ custom_fences :
64+ - name : mermaid
65+ class : mermaid
66+ format : !!python/name:mermaid2.fence_mermaid_custom
6267 - pymdownx.snippets :
6368 base_path : site-src
6469 check_paths : true
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ mkdocs-awesome-pages-plugin
1010mkdocs-macros-plugin
1111mkdocs-material
1212mkdocs-material-extensions
13+ mkdocs-mermaid2-plugin
1314mike
1415pep562
1516Pygments
You can’t perform that action at this time.
0 commit comments