#1295 Added the flowchart shapes

This commit is contained in:
Knut Sveidqvist
2020-03-18 22:08:19 +01:00
parent 4010c89899
commit 17f06564a2
4 changed files with 346 additions and 61 deletions

View File

@@ -107,14 +107,15 @@
a <--> b
b o--o c
c x--x d
a2 --> b2
b2 --o c2
c2 --x d2
a21([In the box]) --> b2
b2((b2)) --o c2
c2(c2) --x d2 --> id1{{This is the text in the box}} --> A[(cylindrical<br />shape<br />test)]
</div>
old:
<div class="mermaid" style="width: 100%; height: 100%">
graph LR
a --> b
a((a)) --> b --> id1{{This is the text in the box}}
A[(cylindrical<br />shape<br />test)]
</div>
</div>