mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-28 03:39:38 +02:00
#3358 Reviving arrow heads after merging develop
This commit is contained in:
@@ -65,12 +65,12 @@
|
||||
<body>
|
||||
<pre id="diagram" class="mermaid">
|
||||
block-beta
|
||||
A space:2 B
|
||||
A-- "X" -->B
|
||||
a space:2 c
|
||||
a-- "b" --> c
|
||||
</pre>
|
||||
<pre id="diagram" class="mermaid">
|
||||
flowchart LR
|
||||
A-- "X" -->B
|
||||
X-- "y" -->z
|
||||
</pre>
|
||||
<pre id="diagram" class="mermaid2">
|
||||
block-beta
|
||||
|
Reference in New Issue
Block a user