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

View File

@ -49,5 +49,16 @@ flowchart TB;
Pill1([pill shaped]) Pill1([pill shaped])
FancyRect1[[fancy rectangle]] FancyRect1[[fancy rectangle]]
DataBase1[(database)] DataBase1[(database)]
Circle1{{circle}} Circle1((circle))
```
```mermaid
flowchart TB;
Hex1{{hexagon are the bestagons}}
Flag1>Flag]
Rhombus1{rhombus}
Parallelagram1[/Parallelagram/]
Parallelagram2[\Parallelagram-R2L\]
Trapezoid1[/Trapezoid 1\]
Trapezoid2[\Trapezoid 2/]
``` ```