mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
9 lines
296 B
Plaintext
9 lines
296 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!
|