Skip to content

Commit 205a226

Browse files
authored
Merge pull request #50 from renbytes/dev-mkdocsFix
Docs - Fix MkDocs emoji configuration error
2 parents 0a4f634 + 6fe7636 commit 205a226

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

mkdocs.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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

121120
extra_css:
122121
- stylesheets/custom.css

0 commit comments

Comments
 (0)