Mermaid diagrams

Documentation

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

Seems similar to digraphs, but modern?

Possibly use for documentation quadrants instead of Lucidchart. Definitely works with Confluence and backstage.io, but not GitHub (could possibly generate as part of build steps).