mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
Fix odd (asymmetrical) shape & hexagon shape neo look for flowchart
This commit is contained in:
@@ -80,7 +80,10 @@ flowchart
|
||||
node
|
||||
id1([This is the text in the box])
|
||||
id2((circle))
|
||||
id1(((double circle)))
|
||||
id3(((double circle)))
|
||||
id4>Asymetrical]
|
||||
id5{This is the text in the box}
|
||||
id6{{This is the text in the box}}
|
||||
|
||||
|
||||
</pre
|
||||
@@ -95,7 +98,10 @@ flowchart
|
||||
node
|
||||
id1([This is the text in the box])
|
||||
id2((circle))
|
||||
id1(((double circle)))
|
||||
id3(((double circle)))
|
||||
id4>Asymetrical]
|
||||
id5{This is the text in the box}
|
||||
id6{{This is the text in the box}}
|
||||
|
||||
|
||||
</pre
|
||||
|
Reference in New Issue
Block a user