-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Description
Hi,
mermaid is very great for me! I love it.
So I want to use alias at participant command in sequenceDiagram, like this:
sequenceDiagram
participant john as "John Salah Conor"
participant ben as "Ben Harison Smith"
john->ben: Message1
ben->john: Message2
And the Diagram is like this:
+------------------+ +-------------------+
| John Salah Conor | | Ben Harison Smith |
+------------------+ +-------------------+
| |
| Message1 |
|---------------------->|
| |
| Message2 |
|<----------------------|
Would you please add this function?
danopia and Cochonours
Metadata
Metadata
Assignees
Labels
No labels