You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title is written, using a mermaid to genera a flowchart is very useful. but it's still not enough to provide a high-level view of a system, because the automatic layout will move shape positions.
we can see in the official document of Mermaid, they provide another diagram called Block Diagrams that can solve this problem. https://mermaid.js.org/syntax/block.html
Is there any chance you can support these diagrams?
The text was updated successfully, but these errors were encountered:
Block diagram has been introduced at 10.8.0 (see https://github.com/mermaid-js/mermaid/releases)
This repo is currently using mermaid.js at version 10.7.0 .
Support will require a commit similar to the following with updated mermaid files of release >= 10.8.0: 1030f00.
Note that issue #49 explicitly asks to bump mermaid to 10.9.0.
As the title is written, using a mermaid to genera a flowchart is very useful. but it's still not enough to provide a high-level view of a system, because the automatic layout will move shape positions.
we can see in the official document of Mermaid, they provide another diagram called Block Diagrams that can solve this problem.
https://mermaid.js.org/syntax/block.html
Is there any chance you can support these diagrams?
The text was updated successfully, but these errors were encountered: