#5237 Finishing the roughup of the nodes

This commit is contained in:
Knut Sveidqvist
2024-05-27 17:42:07 +02:00
parent 4f6586873f
commit b8dd4b9048
16 changed files with 136 additions and 325 deletions

View File

@@ -91,10 +91,8 @@
<table>
<tr>
<th></th> <!-- Placeholder for the top left corner -->
<th>Dagre</th>
<th>Dagre with rough</th>
<th>ELK</th>
<th>ELK with rough</th>
<th>State rough</th>
<th>Flowchart rough</th>
</tr>
<tr>
<th class="vertical-header">
@@ -111,7 +109,7 @@
<td>
<pre id="diagram1" class="mermaid">
%%{init: {"look": "handdrawn"} }%%
stateDiagram-v2
stateDiagram-v2
stateA
</pre>
@@ -120,14 +118,14 @@ stateDiagram-v2
<pre id="diagram2" class="mermaid">
%%{init: {"look": "handdrawn"} }%%
flowchart LR
id1([This is the text in the box])
id1[[This is the text in the box]]
</pre>
</td>
</tr>
</table>