micro-apps
micro-apps copied to clipboard
Testing mermaid
Testing mermaid
graph LR;
A-->B;
A-->C;
B-->D;
C-->D;
flowchart LR
A -- text --> B -- text2 --> C