We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbe06a commit c541e68Copy full SHA for c541e68
mkdocs.yml
@@ -160,7 +160,8 @@ markdown_extensions:
160
- name: mermaid
161
class: mermaid-experimental
162
format: !!python/name:pymdownx.superfences.fence_code_format
163
- - pymdownx.tabbed
+ - pymdownx.tabbed:
164
+ alternate_style: true
165
- pymdownx.tasklist:
166
custom_checkbox: true
167
- pymdownx.tilde
requirements.txt
@@ -22,5 +22,5 @@
22
mkdocs>=1.2.2
23
Pygments>=2.4
24
markdown>=3.2
25
-pymdown-extensions>=8.2
+pymdown-extensions>=9.0
26
mkdocs-material-extensions>=1.0
0 commit comments