Skip to content

Instantly share code, notes, and snippets.

@radupotop
Created May 5, 2022 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radupotop/a0520d9671f2726188cb40c657055643 to your computer and use it in GitHub Desktop.
Save radupotop/a0520d9671f2726188cb40c657055643 to your computer and use it in GitHub Desktop.
Mermaid Sequence diagram
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment