Skip to content

Commit

Permalink
✨ Add support for mermaid visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 8, 2020
1 parent 31f7a44 commit 4588431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ markdown_extensions:
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format

extra:
social:
Expand All @@ -101,5 +106,6 @@ extra_css:
- 'css/custom.css'

extra_javascript:
- 'https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js'
- 'js/termynal.js'
- 'js/custom.js'

1 comment on commit 4588431

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.