diff --git a/docforge/templates/mkdocs.sample.yml b/docforge/templates/mkdocs.sample.yml index 1cc2eb9..6ff70df 100644 --- a/docforge/templates/mkdocs.sample.yml +++ b/docforge/templates/mkdocs.sample.yml @@ -31,3 +31,8 @@ plugins: annotations_path: brief show_root_heading: true group_by_category: true + +markdown_extensions: + - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true diff --git a/mkdocs.yml b/mkdocs.yml index fe5897d..629d62c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,10 @@ plugins: annotations_path: brief show_root_heading: true group_by_category: true +markdown_extensions: +- pymdownx.superfences +- pymdownx.tabbed: + alternate_style: true site_name: docforge nav: - Home: index.md