10000 docs: Enable inline syntax highlight · mkdocstrings/python@ddf32c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddf32c6

Browse files
committed
docs: Enable inline syntax highlight
1 parent cd93ee3 commit ddf32c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ markdown_extensions:
111111
- pymdownx.emoji:
112112
emoji_index: !!python/name:material.extensions.emoji.twemoji
113113
emoji_generator: !!python/name:material.extensions.emoji.to_svg
114+
- pymdownx.highlight:
115+
pygments_lang_class: true
116+
- pymdownx.inlinehilite:
117+
style_plain_text: py3
114118
- 41C0 pymdownx.magiclink
115119
- pymdownx.snippets:
116120
auto_append: [docs/.glossary.md]

0 commit comments

Comments
 (0)
0