mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
#1295 Markers implmented, the gereric pattern and diagram specific for flowcharts.
This commit is contained in:
@@ -101,9 +101,20 @@
|
||||
b-->id1
|
||||
id1 --> id2
|
||||
</div>
|
||||
new:
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
flowchart LR
|
||||
a o--o b
|
||||
a <--> b
|
||||
b o--o c
|
||||
c x--x d
|
||||
a2 --> b2
|
||||
b2 --o c2
|
||||
c2 --x d2
|
||||
</div>
|
||||
old:
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
graph LR
|
||||
a --> b
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user