mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 10:57:41 +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/permalinks.md: setup/setting-up-navigation.md #permalink
|
||||||
extensions/pymdown.md: reference/admonitions.md
|
extensions/pymdown.md: reference/admonitions.md
|
||||||
plugins/search.md: setup/setting-up-site-search.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/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/4.md: upgrading.md #upgrading-from-4x-to-5x
|
||||||
releases/5.md: upgrading.md #upgrading-from-3x-to-4x
|
releases/5.md: upgrading.md #upgrading-from-3x-to-4x
|
||||||
releases/changelog.md: changelog.md
|
releases/changelog.md: changelog.md
|
||||||
@ -132,7 +130,11 @@ markdown_extensions:
|
|||||||
- pymdownx.smartsymbols
|
- pymdownx.smartsymbols
|
||||||
- pymdownx.snippets:
|
- pymdownx.snippets:
|
||||||
check_paths: true
|
check_paths: true
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences:
|
||||||
|
custom_fences:
|
||||||
|
- name: mermaid
|
||||||
|
class: mermaid
|
||||||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
- pymdownx.tabbed
|
- pymdownx.tabbed
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
|
Loading…
Reference in New Issue
Block a user