chore: Minor fixes #4856

This commit is contained in:
Sidharth Vinod
2024-03-23 14:15:33 +05:30
parent 60be7012aa
commit f907ac30c6
6 changed files with 51 additions and 18 deletions

View File

@@ -540,7 +540,10 @@ This feature is applicable to node labels, edge labels, and subgraph labels.
The auto wrapping can be disabled by using
```
%%{init: {"markdownAutoWrap": false} }%%
---
config:
markdownAutoWrap: false
---
graph LR
```