Skip to content

Commit c6dcde8

Browse files
committed
fix: use fence_code_format for mermaid (fence_mermaid removed in pymdownx 10+)
1 parent dfc1adc commit c6dcde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ markdown_extensions:
4949
custom_fences:
5050
- name: mermaid
5151
class: mermaid
52-
format: !!python/name:pymdownx.superfences.fence_mermaid
52+
format: !!python/name:pymdownx.superfences.fence_code_format
5353
- pymdownx.tabbed:
5454
alternate_style: true
5555
- pymdownx.highlight:

0 commit comments

Comments
 (0)