mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Fix different shapes neo look for flowchart
This commit is contained in:
@@ -84,7 +84,11 @@ flowchart
|
||||
id4>Asymetrical]
|
||||
id5{This is the text in the box}
|
||||
id6{{This is the text in the box}}
|
||||
|
||||
id7[/This is the text in the box/]
|
||||
id8[\This is the text in the box\]
|
||||
A[/Christmas\]
|
||||
B[\Christmas/]
|
||||
|
||||
|
||||
</pre
|
||||
>
|
||||
@@ -102,6 +106,11 @@ flowchart
|
||||
id4>Asymetrical]
|
||||
id5{This is the text in the box}
|
||||
id6{{This is the text in the box}}
|
||||
id7[/This is the text in the box/]
|
||||
id8[\This is the text in the box\]
|
||||
B[/Christmas\]
|
||||
|
||||
|
||||
|
||||
|
||||
</pre
|
||||
|
Reference in New Issue
Block a user