diff --git a/mkdocs.yml b/mkdocs.yml index be5b7a69..57e66e44 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,6 +56,11 @@ markdown_extensions: - toc: permalink: true toc_depth: 3 + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format plugins: - search @@ -85,10 +90,3 @@ plugins: - Remove_single_output remove_input_tags: - Remove_input - -markdown_extensions: - - pymdownx.superfences: - custom_fences: - - name: mermaid - class: mermaid - format: !!python/name:pymdownx.superfences.fence_code_format