#2028 Adding legacy code

This commit is contained in:
Knut Sveidqvist
2024-12-19 16:12:44 +01:00
parent 48a0d41a81
commit 2352b422db
14 changed files with 2001 additions and 6 deletions

View File

@@ -56,9 +56,9 @@
logLevel: 1,
});
let shape = 'card';
// let simplified = true;
let simplified = false;
let shape = 'circle';
let simplified = true;
// let simplified = false;
let algorithm = 'elk';
// let algorithm = 'dagre';
let code = `---
@@ -86,7 +86,7 @@ config:
layout: ${algorithm}
---
flowchart LR
A["Abrakadabra"] --> C["C"] & C & C & C & C
A["Abrakadabra"] --> C["I am the circle"] & C & C & C & C
%% A["Abrakadabra"] --> C
A@{ shape: ${shape}}
C@{ shape: ${shape}}