Skip to content

Commit

Permalink
chore: Use spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 21, 2024
1 parent db8a002 commit 797877b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/mermaid-layout-elk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 797877b

Please sign in to comment.