Skip to content

Commit cfbef78

Browse files
authored
update mkdocs config to fix code blocks rendering
fix issue squidfunk/mkdocs-material#3330 (comment) https://squidfunk.github.io/mkdocs-material/upgrade/#pymdownxtabbed
1 parent 0b0aca9 commit cfbef78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ markdown_extensions:
5757
- pymdownx.inlinehilite
5858
- pymdownx.magiclink
5959
- pymdownx.smartsymbols
60-
- pymdownx.superfences
61-
- pymdownx.tabbed
60+
- pymdownx.tabbed:
61+
alternate_style: true
6262
- pymdownx.tilde
6363
- tables
64+
- pymdownx.superfences
6465

6566
nav:
6667
- 'Overview': index.md
@@ -77,4 +78,3 @@ nav:
7778
- 'Multiplatform': multiplatform.md
7879
- 'Contributing': contributing.md
7980
- 'Code of Conduct': code_of_conduct.md
80-

0 commit comments

Comments
 (0)