mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added custom fences configuration
This commit is contained in:
parent
89a60c39e7
commit
b086362a36
@ -76,9 +76,7 @@ plugins:
|
||||
extensions/permalinks.md: setup/setting-up-navigation.md #permalink
|
||||
extensions/pymdown.md: reference/admonitions.md
|
||||
plugins/search.md: setup/setting-up-site-search.md
|
||||
# plugins/minification.md:
|
||||
plugins/revision-date.md: setup/adding-a-git-repository.md #revision-date
|
||||
# plugins/awesome-pages.md:
|
||||
releases/4.md: upgrading.md #upgrading-from-4x-to-5x
|
||||
releases/5.md: upgrading.md #upgrading-from-3x-to-4x
|
||||
releases/changelog.md: changelog.md
|
||||
@ -132,7 +130,11 @@ markdown_extensions:
|
||||
- pymdownx.smartsymbols
|
||||
- pymdownx.snippets:
|
||||
check_paths: true
|
||||
- pymdownx.superfences
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- pymdownx.tabbed
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
|
Loading…
Reference in New Issue
Block a user