Skip to content

Commit 5a58699

Browse files
committed
[INTERNAL] Fix markdown tabs
See: squidfunk/mkdocs-material#3330
1 parent e96043e commit 5a58699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ markdown_extensions:
6565
- pymdownx.mark
6666
- pymdownx.keys
6767
- pymdownx.smartsymbols
68-
- pymdownx.tabbed
68+
- pymdownx.tabbed:
69+
alternate_style: true
6970
- pymdownx.superfences
7071
- pymdownx.tasklist:
7172
custom_checkbox: true

0 commit comments

Comments
 (0)