Replies: 1 comment
|
The flowchart syntax was created by the mermaid chart project. Then we added state diagram and for simplifying for the authors we (I) used existing PlanUML syntax. Thats the reason, but it does not have to be that way, see this discussion: https://github.com/orgs/mermaid-js/discussions/4579 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
flowchart can use A -- text --> B
but statechart writes A --> B :text
All reactions