Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created April 22, 2021 09:31
Show Gist options
  • Save AlexMikhalev/520295d0ba2801822874e6e023067d25 to your computer and use it in GitHub Desktop.
Save AlexMikhalev/520295d0ba2801822874e6e023067d25 to your computer and use it in GitHub Desktop.
Mermaid parse example
graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment