Skip to content

Commit

Permalink
corrected documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreathed committed Sep 19, 2023
1 parent b561d5a commit 1102bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,10 +832,12 @@ The auto wrapping can be disabled by using

```mermaid-example
%%{init: {"markdownAutoWrap": false} }%%
graph LR
```

```mermaid
%%{init: {"markdownAutoWrap": false} }%%
graph LR
```

## Interaction
Expand Down
1 change: 1 addition & 0 deletions packages/mermaid/src/docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ The auto wrapping can be disabled by using

```mermaid-example
%%{init: {"markdownAutoWrap": false} }%%
graph LR
```

## Interaction
Expand Down

0 comments on commit 1102bf2

Please sign in to comment.