Skip to content

Commit 980d367

Browse files
committed
Enhance features
* Add diagramingg features (mermaid) * Remove the need for some HTML characters (pymdownx.caret,pymdownx.tilde) * Add support for highlighting (pymdownx.mark)
1 parent 25ab1e9 commit 980d367

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:materialx.emoji.twemoji
4949
emoji_generator: !!python/name:materialx.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)