#3358 Sieblinmg height alignment

This commit is contained in:
Knut Sveidqvist
2024-01-08 15:48:59 +01:00
parent 7043892e87
commit 1d1875718d
4 changed files with 68 additions and 57 deletions

View File

@@ -64,33 +64,21 @@
<body>
<pre id="diagram" class="mermaid">
block-beta
columns 3
space Browser space
space:3
columns 2
db(("This is the text "))
block
A
B
C
end
space:3
space
db{{"This is the text in the box"}}
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
style B fill:#f9F,stroke:#333,stroke-width:4px
class A green
Browser --> A
Browser --> B
Browser --> C
A --> db
B --> db
C--> db
</pre>
<pre id="diagram" class="mermaid">
block-beta
block
D
E
end
A1:3
A2:1
A3
</pre>
<pre id="diagram" class="mermaid">
block-beta