mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-02 23:26:44 +02:00
again correction to documentation
This commit is contained in:
@@ -830,15 +830,8 @@ This feature is applicable to node labels, edge labels, and subgraph labels.
|
|||||||
|
|
||||||
The auto wrapping can be disabled by using
|
The auto wrapping can be disabled by using
|
||||||
|
|
||||||
```mermaid-example
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
%%{init: {"markdownAutoWrap": false} }%%
|
graph LR
|
||||||
graph LR
|
|
||||||
```
|
|
||||||
|
|
||||||
```mermaid
|
|
||||||
%%{init: {"markdownAutoWrap": false} }%%
|
|
||||||
graph LR
|
|
||||||
```
|
|
||||||
|
|
||||||
## Interaction
|
## Interaction
|
||||||
|
|
||||||
|
@@ -521,7 +521,7 @@ This feature is applicable to node labels, edge labels, and subgraph labels.
|
|||||||
|
|
||||||
The auto wrapping can be disabled by using
|
The auto wrapping can be disabled by using
|
||||||
|
|
||||||
```mermaid-example
|
```
|
||||||
%%{init: {"markdownAutoWrap": false} }%%
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
graph LR
|
graph LR
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user