From dd9543efd5936e55b6d00c06f8aeff5da3db82c1 Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Tue, 23 Sep 2025 19:27:10 -0400 Subject: [PATCH] Add custom mermaid fence support to markdown extensions in mkdocs.yml --- mkdocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index b2ba493..ffaee71 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,3 +83,10 @@ theme: - navigation.top - toc.follow - toc.integrate + +markdown_extensions: + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format