Correct casing for hand drawn

This commit is contained in:
Knut Sveidqvist
2024-08-23 17:49:52 +02:00
parent e499f700ce
commit a4e1479759
2 changed files with 5 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ You can specify the layout algorithm directly in the metadata section of your Me
--- ---
config: config:
layout: elk layout: elk
look: handdrawn look: handDrawn
theme: dark theme: dark
--- ---
flowchart TB flowchart TB
@@ -159,7 +159,7 @@ flowchart TB
--- ---
config: config:
layout: elk layout: elk
look: handdrawn look: handDrawn
theme: dark theme: dark
--- ---
flowchart TB flowchart TB
@@ -168,7 +168,7 @@ flowchart TB
B -->|No| D[Stop] B -->|No| D[Stop]
``` ```
In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the handdrawn look and forest theme. In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the hand drawn look and forest theme.
#### Customizing ELK Layout: #### Customizing ELK Layout:

View File

@@ -112,7 +112,7 @@ You can specify the layout algorithm directly in the metadata section of your Me
--- ---
config: config:
layout: elk layout: elk
look: handdrawn look: handDrawn
theme: dark theme: dark
--- ---
flowchart TB flowchart TB
@@ -121,7 +121,7 @@ flowchart TB
B -->|No| D[Stop] B -->|No| D[Stop]
``` ```
In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the handdrawn look and forest theme. In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the hand drawn look and forest theme.
#### Customizing ELK Layout: #### Customizing ELK Layout: