Skip to content

Commit f87ff98

Browse files
committed
update for mermaid diagrams
1 parent 2e9e466 commit f87ff98

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

mkdocs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ extra:
9595
- icon: fontawesome/brands/github
9696
link: https://github.com/renbytes
9797
- icon: fontawesome/brands/python
98-
link: https://pypi.org/project/arla/ # When you publish it
98+
link: https://pypi.org/project/arla/ # When we publish it
9999

100100
# Markdown extensions
101101
markdown_extensions:
@@ -108,8 +108,13 @@ markdown_extensions:
108108
- pymdownx.superfences
109109
- attr_list
110110
- md_in_html
111-
- pymdownx.tabbed: # Add this extension for content tabs (=== "title")
111+
- pymdownx.tabbed: # Extension for content tabs (=== "title")
112112
alternate_style: true
113-
- pymdownx.emoji: # Add this extension for icons
113+
- pymdownx.emoji: # Extension for icons
114114
emoji_index: !!python/name:material.extensions.emoji.twemoji
115115
emoji_generator: !!python/name:material.extensions.emoji.to_svg
116+
- pymdownx.superfences: # Configuration block for Mermaid
117+
custom_fences:
118+
- name: mermaid
119+
class: mermaid
120+
format: !!python/name:pymdownx.superfences.fence_code_format

0 commit comments

Comments
 (0)