Merge remote-tracking branch 'os_repo/knsv/new-shapes' into neo-new-shapes

This commit is contained in:
Knut Sveidqvist
2024-08-26 12:17:37 +02:00
129 changed files with 6763 additions and 3812 deletions

View File

@@ -83,9 +83,29 @@
<body>
<div class="flex">
<pre id="diagram" class="mermaid">
---
title: hello2
config:
look: handDrawn
layout: elk
elk:
nodePlacementStrategy: BRANDES_KOEPF
---
flowchart LR
A[Start] --Some text--> B(Continue)
B --> C{Evaluate}
C -- One --> D[Option 1]
C -- Two --> E[Option 2]
C -- Three --> F[fa:fa-car Option 3]
</pre
>
<pre id="diagram" class="mermaid2">
---
config:
look: handDrawn
look: handdrawn
flowchart:
htmlLabels: false
---