/mermaid

Testing if Mermaid Markdown has become support in Github Markdown

mermaid

Testing if Mermaid Markdown has become support in Github Markdown

Raw:

sequenceDiagram participant John participant Alice Alice->>John: Hello John, how are you? John-->>Alice: Great!

Markdown code block

sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
Loading

Also check the related mmd file