chore: Use spaces

This commit is contained in:
Sidharth Vinod
2024-08-21 16:23:56 +05:30
parent db8a0028a6
commit 797877bcbf

View File

@@ -10,30 +10,30 @@ This package provides a layout engine for Mermaid based on the [ELK](https://www
```
flowchart-elk TD
A --> B
A --> C
A --> B
A --> C
```
```
---
config:
layout: elk
layout: elk
---
flowchart TD
A --> B
A --> C
A --> B
A --> C
```
```
---
config:
layout: elk.stress
layout: elk.stress
---
flowchart TD
A --> B
A --> C
A --> B
A --> C
```
### With bundlers