fix: added triangle placeholder

This commit is contained in:
Ashish Jain
2024-07-26 11:14:54 +02:00
parent f176b71c7c
commit 809fc1ce30
3 changed files with 89 additions and 10 deletions

View File

@@ -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