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 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