Skip to content

Commit 62b5c53

Browse files
1 parent dc4141a commit 62b5c53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ markdown_extensions:
3131
pygments_lang_class: true
3232
- pymdownx.inlinehilite
3333
- pymdownx.snippets
34-
- pymdownx.superfences
34+
- pymdownx.superfences:
35+
custom_fences:
36+
- name: mermaid
37+
class: mermaid
38+
format: !!python/name:pymdownx.superfences.fence_code_format
3539
- def_list
3640
- pymdownx.tasklist:
3741
custom_checkbox: true

0 commit comments

Comments
 (0)