File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
101101markdown_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
You can’t perform that action at this time.
0 commit comments