#5237 Removed style, class, labelText and props from node

This commit is contained in:
Knut Sveidqvist
2024-05-20 14:21:01 +02:00
parent 4463e9d7a3
commit b6ef7367c2
12 changed files with 1204 additions and 642 deletions

View File

@@ -76,7 +76,7 @@
</head>
<body>
<pre id="diagram" class="mermaid">
%%{init: {"layout": "stress"} }%%
%%{init: {"layout": "elk"} }%%
stateDiagram
[*] --> T1
T1 --> T2
@@ -531,7 +531,7 @@ mindmap
mermaid.initialize({
// theme: 'dark',
handdrawnSeed: 12,
look: 'handdrawn',
// look: 'handdrawn',
// layout: 'dagre',
layout: 'elk',
flowchart: { titleTopMargin: 10 },