From 801db22adf0e670dbdfb3ca4d258c900b61a83de Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Mon, 11 Nov 2024 07:11:10 -0600 Subject: [PATCH] feat: add pymdownx.tabbed --- mkdocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 79ae061..ae00bc8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: