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 1 additions and 1 deletions
Showing only changes of commit 9665e59975 - Show all commits

View File

@ -1,4 +1,4 @@
graph GraphName; graph TD;
A-->B; A-->B;
A-->C; A-->C;
B-->D; B-->D;