Skip to content

Commit ff1849f

Browse files
Merge pull request #64 from sspencerwire/new_features
Enhance features
2 parents e684d0f + 8356662 commit ff1849f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,15 @@ markdown_extensions:
4848
emoji_index: !!python/name:material.extensions.emoji.twemoji
4949
emoji_generator: !!python/name:material.extensions.emoji.to_svg
5050
- pymdownx.highlight
51-
- pymdownx.superfences
51+
- pymdownx.superfences:
52+
custom_fences:
53+
- name: mermaid
54+
class: mermaid
55+
format: !!python/name:pymdownx.superfences.fence_code_format
5256
- pymdownx.keys
57+
- pymdownx.caret
58+
- pymdownx.mark
59+
- pymdownx.tilde
5360
- pymdownx.tabbed:
5461
alternate_style: true
5562
- pymdownx.details

0 commit comments

Comments
 (0)