mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-05 21:34:14 +01:00
Fix different shapes neo look for flowchart
This commit is contained in:
@@ -78,6 +78,7 @@
|
|||||||
<pre id="diagram" class="mermaid">
|
<pre id="diagram" class="mermaid">
|
||||||
flowchart
|
flowchart
|
||||||
node
|
node
|
||||||
|
rounded(rounded)
|
||||||
id1([This is the text in the box])
|
id1([This is the text in the box])
|
||||||
id2((circle))
|
id2((circle))
|
||||||
id3(((double circle)))
|
id3(((double circle)))
|
||||||
@@ -87,7 +88,9 @@ flowchart
|
|||||||
id7[/This is the text in the box/]
|
id7[/This is the text in the box/]
|
||||||
id8[\This is the text in the box\]
|
id8[\This is the text in the box\]
|
||||||
A[/Christmas\]
|
A[/Christmas\]
|
||||||
B[\Christmas/]
|
B[\Christmas/]
|
||||||
|
sub[[subroutine]]
|
||||||
|
db[(Database)]
|
||||||
|
|
||||||
|
|
||||||
</pre
|
</pre
|
||||||
@@ -100,6 +103,7 @@ config:
|
|||||||
---
|
---
|
||||||
flowchart
|
flowchart
|
||||||
node
|
node
|
||||||
|
rounded(rounded)
|
||||||
id1([This is the text in the box])
|
id1([This is the text in the box])
|
||||||
id2((circle))
|
id2((circle))
|
||||||
id3(((double circle)))
|
id3(((double circle)))
|
||||||
@@ -109,6 +113,8 @@ flowchart
|
|||||||
id7[/This is the text in the box/]
|
id7[/This is the text in the box/]
|
||||||
id8[\This is the text in the box\]
|
id8[\This is the text in the box\]
|
||||||
B[/Christmas\]
|
B[/Christmas\]
|
||||||
|
sub[[subroutine]]
|
||||||
|
db[(Database)]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user