#1958 Handling multiple edges from and to the same node tuple

This commit is contained in:
Knut Sveidqvist
2021-04-30 10:34:50 +02:00
parent 4e6b9ec947
commit 11f3cbdb36
4 changed files with 30 additions and 11 deletions

View File

@@ -56,16 +56,11 @@ flowchart TD
linkStyle 0,1 color:orange, stroke: orange;
</div>
<div class="mermaid" style="width: 100%; height: 20%;">
flowchart TB
flowchart RL
subgraph two
b1
a1 -- l1 --> a2
a1 -- l2 --> a2
end
subgraph three
c2
end
three --> two
two --> c2
</div>
<div class="mermaid2" style="width: 100%; height: 20%;">
flowchart TB