Skip to content

Commit

Permalink
feat: add pymdownx.tabbed
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernguyen committed Nov 11, 2024
1 parent 59b1c58 commit 801db22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ markdown_extensions:
pygments_lang_class: true # NOTE Add a CSS class to identify the language of the code block
- pymdownx.inlinehilite
- pymdownx.saneheaders
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.snippets:
url_download: true
auto_append:
Expand Down

0 comments on commit 801db22

Please sign in to comment.