thomiceli revised this gist 4 hours ago. Go to revision
1 file changed, 11 insertions
a.md(file created)
| @@ -0,0 +1,11 @@ | |||
| 1 | + | ```mermaid | |
| 2 | + | sequenceDiagram | |
| 3 | + | Alice ->> Bob: Hello Bob, how are you? | |
| 4 | + | Bob-->>John: How about you John? | |
| 5 | + | Bob--x Alice: I am good thanks! | |
| 6 | + | Bob-x John: I am good thanks! | |
| 7 | + | Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row. | |
| 8 | + | ||
| 9 | + | Bob-->Alice: Checking with John... | |
| 10 | + | Alice->John: Yes... John, how are you? | |
| 11 | + | ``` | |
Newer
Older