Skip to main content

Mermaid test

Mermaid test

With layout: dagre

graph TD;
A-->B;
A-->C;
B-->D;
C-->D;

With layout: elk

---
config:
layout: elk
---
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;