Skip to content

Commit

Permalink
docs: Enable inline syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 13, 2024
1 parent cd93ee3 commit ddf32c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite:
style_plain_text: py3
- pymdownx.magiclink
- pymdownx.snippets:
auto_append: [docs/.glossary.md]
Expand Down

0 comments on commit ddf32c6

Please sign in to comment.