mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
Support for comments to the right of the Actor
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
<div class="mermaid">
|
<div class="mermaid">
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
Alice->Bob: Hello Bob, how are you?
|
Alice->Bob: Hello Bob, how are you?
|
||||||
Note right of Alice: Bob thinks about <br/> things
|
Note right of Bob: Bob thinks about <br/> things <br/> to think about
|
||||||
Bob-->Alice: I am good thanks!
|
Bob-->Alice: I am good thanks!
|
||||||
Bob-->John the Long: How about you John?
|
Bob-->John the Long: How about you John?
|
||||||
Bob-->Alice: Checking with John...
|
Bob-->Alice: Checking with John...
|
||||||
|
Reference in New Issue
Block a user