mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Better text handling for flowcharts
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
chimp:Chimpansenhoppar
|
||||
</div>
|
||||
<div class="mermaid">
|
||||
graph TB;A(Astrid)-->B[Irene];
|
||||
graph TB;A(Astrid # a)-->B[Irene];
|
||||
A-->C[Christer];
|
||||
B-->D[Micke];
|
||||
B-->E[Maria];
|
||||
|
Reference in New Issue
Block a user