mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 10:36:43 +02:00
corrected documentation
This commit is contained in:
@@ -832,10 +832,12 @@ The auto wrapping can be disabled by using
|
|||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
%%{init: {"markdownAutoWrap": false} }%%
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
|
graph LR
|
||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: {"markdownAutoWrap": false} }%%
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
|
graph LR
|
||||||
```
|
```
|
||||||
|
|
||||||
## Interaction
|
## Interaction
|
||||||
|
@@ -523,6 +523,7 @@ The auto wrapping can be disabled by using
|
|||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
%%{init: {"markdownAutoWrap": false} }%%
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
|
graph LR
|
||||||
```
|
```
|
||||||
|
|
||||||
## Interaction
|
## Interaction
|
||||||
|
Reference in New Issue
Block a user