Skip to content

Commit 4d46ea9

Browse files
committed
#3192 Adding link type of the std docs
1 parent eec97d1 commit 4d46ea9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/flowchart.md

+14
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,20 @@ flowchart LR
264264
A --- B
265265
```
266266

267+
### An invisisble link
268+
269+
This can be a usefull tool in some instances where you want to alter the default positining of a node.
270+
271+
```mermaid-example
272+
flowchart LR
273+
A ~~~ B
274+
```
275+
276+
```mermaid
277+
flowchart LR
278+
A ~~~ B
279+
```
280+
267281
### Text on links
268282

269283
```mermaid-example

packages/mermaid/src/docs/flowchart.md

+9
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,15 @@ flowchart LR
167167
A --- B
168168
```
169169

170+
### An invisisble link
171+
172+
This can be a usefull tool in some instances where you want to alter the default positining of a node.
173+
174+
```mermaid-example
175+
flowchart LR
176+
A ~~~ B
177+
```
178+
170179
### Text on links
171180

172181
```mermaid-example

0 commit comments

Comments
 (0)