You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
435 B

  1. ---
  2. title: mermaid-example
  3. description: ''
  4. position: 1
  5. category: ''
  6. ---
  7. <mermaid>
  8. sequenceDiagram
  9. participant Alice
  10. participant Bob
  11. Alice->>John: Hello John, how are you?
  12. loop Healthcheck
  13. John->>John: Fight against hypochondria
  14. end
  15. Note right of John: Rational thoughts <br/>prevail!
  16. John-->>Alice: Great!
  17. John->>Bob: How about you?
  18. Bob-->>John: Jolly good!
  19. </mermaid>