Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 89 Bytes

mermaid.md

File metadata and controls

10 lines (7 loc) · 89 Bytes
```{mermaid}
graph TD
  A-->B
  A-->C
  B-->D
  C-->D
```