Skip to content

Commit

Permalink
Merge pull request #111 from Kuadrant/mermaid-diagrams
Browse files Browse the repository at this point in the history
Support for mermaid diagrams
  • Loading branch information
jasonmadigan authored May 14, 2024
2 parents 6468009 + eeb1d54 commit 7904f67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ extra_css:
watch:
- overrides
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
Expand Down

0 comments on commit 7904f67

Please sign in to comment.