Skip to content
New issue

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

Sequence diagram participant aliasing isn't documented #3

Closed
leftiness opened this issue Sep 5, 2017 · 1 comment
Closed

Sequence diagram participant aliasing isn't documented #3

leftiness opened this issue Sep 5, 2017 · 1 comment

Comments

@leftiness
Copy link
Contributor

leftiness commented Sep 5, 2017

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
leftiness added a commit to leftiness/mermaid-gitbook that referenced this issue Sep 6, 2017
- Add a section to content/sequenceDiagram.md documenting sequence diagram participant aliasing
tylerlong added a commit that referenced this issue Sep 7, 2017
@tylerlong
Copy link
Contributor

Many thanks! Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants