From af9981c818444ab4b8b09c22be07d51076039439 Mon Sep 17 00:00:00 2001 From: makayabou Date: Sun, 15 Nov 2020 17:32:33 +0100 Subject: [PATCH] back to normal superfences not mermaid2 --- mkdocs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4f95fa05..17ef0ea2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,9 +14,9 @@ plugins: min_search_length: 2 - git-authors - git-revision-date - - mermaid2: - arguments: - theme: 'dark' + #- mermaid2: + # arguments: + # theme: 'dark' markdown_extensions: - admonition - pymdownx.tabbed @@ -26,10 +26,10 @@ markdown_extensions: - name: mermaid class: mermaid #Following was for mermaid without mermaid2-plugin - #format: !!python/name:pymdownx.superfences.fence_div_format + format: !!python/name:pymdownx.superfences.fence_div_format # - # Following is to escape highlighting for mermaid fences - format: !!python/name:mermaid2.fence_mermaid + # Following is to escape highlighting for mermaid fences using mermaid2 + #format: !!python/name:mermaid2.fence_mermaid - pymdownx.highlight: use_pygments: false linenums_style: pymdownx.inline