diff --git a/mkdocs.yml b/mkdocs.yml index cb6b69a..0b1b57b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,7 +66,15 @@ markdown_extensions: pygments_lang_class: true - pymdownx.inlinehilite - pymdownx.snippets - - pymdownx.superfences + - pymdownx.superfences: + # Mermaid.js fence handler. Material for MkDocs bundles + # Mermaid automatically when a `mermaid` custom-fence is + # declared; no separate plugin install is needed. See + # https://squidfunk.github.io/mkdocs-material/reference/diagrams/ + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.tabbed: alternate_style: true - pymdownx.tasklist: