Tidy-tree getting closer handling of multi point edges

This commit is contained in:
Knut Sveidqvist
2025-06-12 11:21:35 +02:00
parent c13ce2a5c0
commit ba52eef257
5 changed files with 213 additions and 28 deletions

View File

@@ -112,15 +112,87 @@
---
mindmap
root((mindmap))
Origins
Long history
::icon(fa fa-book)
Popularisation
British popular psychology author Tony Buzan
Research
On effectiveness<br/>and features
On Automatic creation
Uses
Creative techniques
Strategic planning
Argument mapping
Tools
Pen and paper
Mermaid
</pre>
<pre id="diagram4" class="mermaid">
---
config:
layout: tidy-tree
---
mindmap
root((mindmap))
A
B
a
b
c
d
a1
a2
C
e
f
g
h
i
D
q1
q2
I am a long long multline string passing several levels of text. Lorum ipsum and so on. I am a long long multline string passing several levels of text. Lorum ipsum and so on. I am a long long multline string passing several levels of text. Lorum ipsum and so on. I am a long long multline string passing several levels of text. Lorum ipsum and so on
q3
q4
</pre>
<pre id="diagram4" class="mermaid2">
---
config:
layout: tidy-tree
---
mindmap
root((mindmap))
A
Origins
Tools
e
Third
q
w
e
r
t
y
Forth
a
b
</pre>
<pre id="diagram4" class="mermaid2">
---
config:
layout: tidy-tree
---
flowchart TB
A --> n0["1"]
A --> n1["2"]
A --> n2["3"]
A --> n3["4"] --> Q & R & S & T
</pre>
<pre id="diagram4" class="mermaid2">
---
config:
@@ -130,7 +202,7 @@
A --> n0["1"]
A --> n1["2"]
A --> n2["3"]
A --> n3["4"]
A --> n3["4"] --> Q & R & S & T
</pre>
<pre id="diagram4" class="mermaid2">
---