File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -104,19 +104,18 @@ markdown_extensions:
104104 - pymdownx.snippets
105105 - admonition
106106 - pymdownx.details
107- - pymdownx.superfences
108- - attr_list
109- - md_in_html
110- - pymdownx.tabbed : # Extension for content tabs (=== "title")
111- alternate_style : true
112- - pymdownx.emoji : # Extension for icons
113- emoji_index : material.extensions.emoji.twemoji
114- emoji_generator : material.extensions.emoji.to_svg
115- - pymdownx.superfences : # Configuration block for Mermaid
107+ - pymdownx.superfences :
116108 custom_fences :
117109 - name : mermaid
118110 class : mermaid
119111 format : pymdownx.superfences.fence_code_format
112+ - attr_list
113+ - md_in_html
114+ - pymdownx.tabbed :
115+ alternate_style : true
116+ - pymdownx.emoji :
117+ emoji_index : pymdownx.emoji.twemoji
118+ emoji_generator : pymdownx.emoji.to_svg
120119
121120extra_css :
122121 - stylesheets/custom.css
You can’t perform that action at this time.
0 commit comments