Skip to content

Commit

Permalink
again correction to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreathed committed Sep 19, 2023
1 parent 1102bf2 commit f256a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,15 +830,8 @@ This feature is applicable to node labels, edge labels, and subgraph labels.

The auto wrapping can be disabled by using

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

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

## Interaction

Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ This feature is applicable to node labels, edge labels, and subgraph labels.

The auto wrapping can be disabled by using

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

0 comments on commit f256a57

Please sign in to comment.