#2028 Getting swimlanes to work again after merge from develop

This commit is contained in:
ashishj
2023-10-25 20:51:31 +02:00
parent a64fd61eb9
commit ef3787c6fc
7 changed files with 3492 additions and 5051 deletions

View File

@@ -57,7 +57,7 @@
</style>
</head>
<body>
<pre style="background: black; color: white">
<pre style="background:black;color:white">
swimlane LR
subgraph "`one`"
start -- l1 --> cat --> rat
@@ -71,41 +71,27 @@
end
cat --> monkey
cow --> dog
</pre
>
</pre>
<pre id="diagram" class="mermaid">
swimlane LR
subgraph "`one`"
start -- l1 --> cat --> rat
end
subgraph "`two`"
monkey -- l2 --> dog --> done2
end
subgraph "`three`"
cow --> horse --> done3
cow --> sheep --> done3
end
subgraph "`four`"
panda -->
kangaroo --> done4
end
cat --> monkey
cow --> dog
kangaroo --> sheep
start -- l1 --> cat --> rat
end
subgraph "`two`"
monkey -- l2 --> dog --> done2
end
subgraph "`three`"
cow --> horse --> done3
cow --> sheep --> done3
end
cat --> monkey
cow --> dog
sheep --> dog
</pre>
<pre id="diagram" class="mermaid2">
swimlane LR
subgraph "`three`"
bat --> cow
cow --> sheep
end
subgraph "`four`"
panda -->
kangaroo --> done4
end
kangaroo --> sheep
</pre>
monkey dog --> cat monkey --> cow -->
<!-- <div id="cy"></div> -->
<!-- <script src="http://localhost:9000/packages/mermaid-mindmap/dist/mermaid-mindmap-detector.js"></script> -->
<!-- <script src="./mermaid-example-diagram-detector.js"></script> -->