mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Bumped Python Markdown Extensions and switched to alternate style
This commit is contained in:
parent
8bbe06a998
commit
c541e68fdc
@ -160,7 +160,8 @@ markdown_extensions:
|
||||
- name: mermaid
|
||||
class: mermaid-experimental
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- pymdownx.tabbed
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.tilde
|
||||
|
@ -22,5 +22,5 @@
|
||||
mkdocs>=1.2.2
|
||||
Pygments>=2.4
|
||||
markdown>=3.2
|
||||
pymdown-extensions>=8.2
|
||||
pymdown-extensions>=9.0
|
||||
mkdocs-material-extensions>=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user