From 99ee668fe0165c6e346faf729147751fc7b76a4e Mon Sep 17 00:00:00 2001 From: cclecle Date: Wed, 22 Mar 2023 01:34:07 +0000 Subject: [PATCH] add mermaid --- mkdocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index f39751d..5e89099 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -64,6 +64,12 @@ markdown_extensions: - pymdownx.caret - pymdownx.critic - pymdownx.details + - pymdownx.superfences: + # make exceptions to highlighting of code: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:mermaid2.fence_mermaid - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.highlight: