Skip to content

Commit c541e68

Browse files
committed
Bumped Python Markdown Extensions and switched to alternate style
1 parent 8bbe06a commit c541e68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ markdown_extensions:
160160
- name: mermaid
161161
class: mermaid-experimental
162162
format: !!python/name:pymdownx.superfences.fence_code_format
163-
- pymdownx.tabbed
163+
- pymdownx.tabbed:
164+
alternate_style: true
164165
- pymdownx.tasklist:
165166
custom_checkbox: true
166167
- pymdownx.tilde

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
mkdocs>=1.2.2
2323
Pygments>=2.4
2424
markdown>=3.2
25-
pymdown-extensions>=8.2
25+
pymdown-extensions>=9.0
2626
mkdocs-material-extensions>=1.0

0 commit comments

Comments
 (0)