Bumped Python Markdown Extensions and switched to alternate style

This commit is contained in:
squidfunk 2021-09-30 08:48:02 +02:00
parent 8bbe06a998
commit c541e68fdc
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,8 @@ markdown_extensions:
- name: mermaid - name: mermaid
class: mermaid-experimental class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed - pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist: - pymdownx.tasklist:
custom_checkbox: true custom_checkbox: true
- pymdownx.tilde - pymdownx.tilde

View File

@ -22,5 +22,5 @@
mkdocs>=1.2.2 mkdocs>=1.2.2
Pygments>=2.4 Pygments>=2.4
markdown>=3.2 markdown>=3.2
pymdown-extensions>=8.2 pymdown-extensions>=9.0
mkdocs-material-extensions>=1.0 mkdocs-material-extensions>=1.0