Fix tabs rendering

Issue #3330
Fix : https://squidfunk.github.io/mkdocs-material/upgrade/#pymdownxtabbed
This commit is contained in:
thopic 2022-01-20 12:09:38 +01:00
parent a9d4a3afef
commit 060f91e745
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -35,4 +35,5 @@ markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- footnotes
- pymdownx.tabbed
- pymdownx.tabbed:
alternate_style: true