1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 00:23:13 -06:00

feat: add pymdownx.tabbed

This commit is contained in:
Tyler Nguyen 2024-11-11 07:11:10 -06:00
parent 59b1c58978
commit 801db22adf
No known key found for this signature in database

View file

@ -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: