forked from mirrors/jj
docs: add mermaid plugin for diagrams
This commit is contained in:
parent
5642b437c5
commit
5568ca81c6
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@ markdown_extensions:
|
|||
- mdx_breakless_lists
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.superfences
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- pymdownx.details
|
||||
- pymdownx.snippets
|
||||
- pymdownx.emoji:
|
||||
|
|
Loading…
Reference in a new issue