again correction to documentation

This commit is contained in:
Hans Blankenhaus 2023-09-19 18:16:23 +02:00
parent 1102bf271d
commit f256a57f27
2 changed files with 3 additions and 10 deletions

View File

@ -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

View File

@ -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
``` ```