Add graph/flowchart examples #1

Merged
AllSpiceAlice merged 13 commits from develop into main 2022-10-17 16:38:34 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 4ac2bd39c7 - Show all commits

View File

@ -1,5 +1,8 @@
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
C-->D;
```