mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
corrected documentation
This commit is contained in:
parent
b561d5ad9a
commit
1102bf271d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user