From 868e31055f179c56afa7209ff0eb352a0e881053 Mon Sep 17 00:00:00 2001 From: Lewis Middleton <66401219+lewismiddleton@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:58:19 +0100 Subject: [PATCH] superfences fence_code_format --- mkdocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2dc08336..b641804d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,7 +56,11 @@ markdown_extensions: emoji_generator: !!python/name:materialx.emoji.to_svg - pymdownx.inlinehilite - pymdownx.snippets - - pymdownx.superfences + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format - tables - attr_list - md_in_html