mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
chore: Use spaces
This commit is contained in:
@@ -10,30 +10,30 @@ This package provides a layout engine for Mermaid based on the [ELK](https://www
|
|||||||
|
|
||||||
```
|
```
|
||||||
flowchart-elk TD
|
flowchart-elk TD
|
||||||
A --> B
|
A --> B
|
||||||
A --> C
|
A --> C
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
layout: elk
|
layout: elk
|
||||||
---
|
---
|
||||||
|
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A --> B
|
A --> B
|
||||||
A --> C
|
A --> C
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
layout: elk.stress
|
layout: elk.stress
|
||||||
---
|
---
|
||||||
|
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A --> B
|
A --> B
|
||||||
A --> C
|
A --> C
|
||||||
```
|
```
|
||||||
|
|
||||||
### With bundlers
|
### With bundlers
|
||||||
|
Reference in New Issue
Block a user