Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 315 Bytes

mermaid-diagram.md

File metadata and controls

10 lines (9 loc) · 315 Bytes

This file contains few examples to create mermaid diagram in GitHub Readme.md

  graph TD;
    A[I am A] -->|moving to B| B(I am B but different box)
    B --> C{I am C but again different box}
    C -->|moving to D| D[I am D]
    C -->|moving to E| E[I am E]
    C -->|moving to F| F[fa:fa-car Car]
Loading