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
mermaid-js/mermaid#265 added support for aliasing sequence diagram participants. This isn't mentioned in the sequence diagram documentation. I'll make you a pull request this evening when I'm off work. :)
Example:
sequenceDiagram participant a as alice participant b as bob a ->> b: hello
The text was updated successfully, but these errors were encountered:
Issue mermaidjs#3: Document participant aliasing
5330238
- Add a section to content/sequenceDiagram.md documenting sequence diagram participant aliasing
Merge pull request #4 from leftiness/3/document_participant_aliasing
728ff66
Issue #3: Document participant aliasing
Many thanks! Merged!
Sorry, something went wrong.
No branches or pull requests
mermaid-js/mermaid#265 added support for aliasing sequence diagram participants. This isn't mentioned in the sequence diagram documentation. I'll make you a pull request this evening when I'm off work. :)
Example:
The text was updated successfully, but these errors were encountered: