#5237 Updating configuration otions and adding handdrawnSeed

This commit is contained in:
Knut Sveidqvist
2024-05-10 14:56:52 +02:00
parent 2f80c3a2c4
commit ab077992f5
14 changed files with 86 additions and 82 deletions

View File

@@ -32,7 +32,7 @@
<style>
body {
/* background: rgb(221, 208, 208); */
/* background: #333; */
background: #333;
font-family: 'Arial';
/* font-size: 18px !important; */
}
@@ -120,7 +120,7 @@ stateDiagram-v2
</pre
>
<pre id="diagram" class="mermaid">
%%{init: {"handdrawn": false} }%%
%%{init: {"look": "classic"} }%%
stateDiagram-v2
TN3: The state with a note
note right of TN3
@@ -522,8 +522,9 @@ mindmap
// useMaxWidth: false,
// });
mermaid.initialize({
theme: 'base',
handdrawn: true,
theme: 'dark',
handdrawnSeed: 12,
look: 'handdrawn',
// layout: 'dagre',
layout: 'elk',
flowchart: { titleTopMargin: 10 },