Mermaid version b.10

This commit is contained in:
Knut Sveidqvist
2024-09-16 10:04:10 +02:00
parent 05989d06fa
commit 3730f1afbb
5 changed files with 25 additions and 8 deletions

View File

@@ -208,8 +208,6 @@
},
edge1: {
points: [
// { x: 37.61160659790039, y: 24 },
{ x: 44.31547546386719, y: 38 },
{ x: 44.31547546386719, y: 51.5 },
{ x: 45.487048339120996, y: 54.32842712474619 },

View File

@@ -338,7 +338,7 @@ flowchart TD
</pre>
<pre id="diagram" class="mermaid">
<pre id="diagram" class="mermaid2">
---
title: hello2
config:
@@ -426,7 +426,12 @@ flowchart LR
</pre
>
<pre id="diagram3" class="mermaid">
flowchart TB
c1-->a2
</pre
>
<pre id="diagram3" class="mermaid2">
flowchart TB
c1-->a2
@@ -439,6 +444,7 @@ flowchart TB
subgraph three
c1-->c2
end
c2
</pre
>