Skip to content

Commit

Permalink
docs: add mermaid plugin for diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
cprecioso authored and ilyagr committed Nov 22, 2023
1 parent 5642b43 commit 5568ca8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5568ca8

Please sign in to comment.