Skip to content

Commit

Permalink
Fixed Mermaid diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 15, 2021
1 parent a8d36c8 commit 821f60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
Expand Down

2 comments on commit 821f60c

@khaledalarja
Copy link

@khaledalarja khaledalarja commented on 821f60c Jul 1, 2021

Choose a reason for hiding this comment

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

Hey I am not sure that this extension is working.. I followed the doc properly but there is no diagram
image

@squidfunk
Copy link
Owner Author

Choose a reason for hiding this comment

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

This feature is currently only available as part of the Insiders build. Are you using Insiders?

Please sign in to comment.