We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph LR A[Hard edge] -->|Link text| B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two]
The text was updated successfully, but these errors were encountered:
If there are LOTS of decisions, it's impractical to have all of them upward / downward: https://mermaidjs.github.io/mermaid-live-editor/#/edit/Z3JhcGggTFIKQVtIYXJkIGVkZ2VdIC0tPnxMaW5rIHRleHR8IEIoUm91bmQgZWRnZSkKQiAtLT4gQ3tEZWNpc2lvbn0KQyAtLT58T25lfCBEW1Jlc3VsdCBvbmVdCkMgLS0-fFR3b3wgRVtSZXN1bHQgdHdvXQpDIC0tPnxUaHJlZXwgRltSZXN1bHQgdGhyZWVdCkMgLS0-fEZvdXJ8IEdbUmVzdWx0IGZvdXJd
Sorry, something went wrong.
No branches or pull requests
graph LR
A[Hard edge] -->|Link text| B(Round edge)
B --> C{Decision}
C -->|One| D[Result one]
C -->|Two| E[Result two]
The text was updated successfully, but these errors were encountered: