#4220 Handling paragraphs and html labels with classes in mindmaps.

This commit is contained in:
Knut Sveidqvist
2023-03-22 18:41:31 +01:00
parent a1c50b8079
commit fd9ad95346
6 changed files with 106 additions and 39 deletions

View File

@@ -66,21 +66,24 @@ h --3i -->a
b --> d(The dog in the hog)
c --> d
</pre>
<pre id="diagram" class="mermaid">
<pre id="diagram" class="mermaid2">
mindmap
id1["`Start`"]
id1["`**Start2**
second line 😎 with long text that is wrapping to the next line`"]
id2["`Child **with bold** text`"]
id3["`Children of which some
is using *italic type of* text`"]
id4[Child]
id5["`Child
Row
and another
`"]
</pre>
<pre id="diagram" class="mermaid2">
<pre id="diagram" class="mermaid">
mindmap
id1["`Start
second line 😎`"]
id2[Child]
id3[Child]
id4[Child]
id1["`**Start** with
a second line 😎`"]
</pre>
<pre id="diagram" class="mermaid2">
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%