Mermaid Sandbox - tlam/Wiki GitHub Wiki

flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]

Sequence Diagram

sequenceDiagram
    actor User
    participant Web
    participant DB
    User->>Web: Create entry
    Web->>DB: Store data
    Note over Web,DB: Automatically creates first leaf.
    Note over Web,DB: Entry tracks leaf.
    Entry Producer->>Confluent: Publish entry data
    Leaf Producer->>Confluent: Publish leaf data
    Entry Producer->>Confluent: Re-publish entry data with leaf id