mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-20 00:36:44 +02:00
Correct casing for hand drawn
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user