mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
|
sequenceDiagram
|
||
|
Alice->Bob: Hello Bob, how are you?
|
||
|
Note right of Bob: Bob thinks
|
||
|
Bob-->Alice: I am good thanks!
|
||
|
Bob-->John the Long: How about you John?
|
||
|
Bob-->Alice: Checking with John...
|
||
|
Alice->John the Long: Yes... John, how are you?
|
||
|
John the Long-->Alice: Better than you!
|