#3358 Reviving arrow heads after merging develop

This commit is contained in:
Knut Sveidqvist
2024-01-19 14:57:45 +01:00
parent b4dece88e9
commit d96425d19e
4 changed files with 20 additions and 11 deletions

View File

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