Skip to content

Instantly share code, notes, and snippets.

@1solation
Created December 1, 2022 12:33
Show Gist options
  • Save 1solation/dbf5d9e725b112daad5c65164ba1f7c9 to your computer and use it in GitHub Desktop.
Save 1solation/dbf5d9e725b112daad5c65164ba1f7c9 to your computer and use it in GitHub Desktop.
test mermaid diagram
sequenceDiagram;
Alice ->> Bob: Hello Bob, how are you?;
Bob-->>John: How about you John?;
Bob--x Alice: I am good thanks!;
Bob-x John: I am good thanks!;
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.;

Bob-->Alice: Checking with John...;
Alice->John: Yes... John, how are you?;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment