mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
fix: added triangle placeholder
This commit is contained in:
@@ -49,16 +49,10 @@
|
||||
<body>
|
||||
<pre id="diagram4" class="mermaid">
|
||||
flowchart
|
||||
A --> D@{ shape: roundedRect
|
||||
}@
|
||||
|
||||
A --> D@{ shape: roundedRect, icon: car }@
|
||||
|
||||
D@{ shape: roundedRect }@ --> B
|
||||
A@{
|
||||
shape: hexagon,
|
||||
icon: car
|
||||
}@ --> B
|
||||
|
||||
node_3@{ shape: triangle }@
|
||||
|
||||
|
||||
</pre>
|
||||
<pre id="diagram4" class="mermaid2">
|
||||
flowchart
|
||||
|
Reference in New Issue
Block a user