Skip to content

Commit 42b54e5

Browse files
committed
Fix error on mermaid2
1 parent de5fabf commit 42b54e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ markdown_extensions:
4848
emoji_generator: !!python/name:material.extensions.emoji.to_svg
4949
- pymdownx.superfences:
5050
custom_fences:
51-
- name: mermaid
52-
class: mermaid
53-
format: !!python/name:mermaid2.fence_mermaid_custom
51+
- name: mermaid
52+
class: mermaid
53+
format: !!python/name:pymdownx.superfences.fence_code_format
5454
- pymdownx.inlinehilite
5555
- pymdownx.keys
5656
- pymdownx.superfences

0 commit comments

Comments
 (0)