From 95b4f4fbf7ceb37afd85623d190587565b8f3185 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 22 Oct 2020 16:54:16 +0200 Subject: [PATCH] mermaid2 --- mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2cac189..28ef036 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,11 +21,11 @@ markdown_extensions: - pymdownx.details - pymdownx.highlight - pymdownx.superfences - # make exceptions to highlighting of code: - custom_fences: - - name: mermaid - class: mermaid - format: !!python/name:mermaid2.fence_mermaid + # make exceptions to highlighting of code: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:mermaid2.fence_mermaid - pymdownx.inlinehilite - pymdownx.keys - pymdownx.tabbed