#3192 Adding link type of the std docs

This commit is contained in:
Knut Sveidqvist 2022-10-12 11:53:02 +02:00
parent eec97d10af
commit 4d46ea9801
2 changed files with 23 additions and 0 deletions

View File

@ -264,6 +264,20 @@ flowchart LR
A --- B A --- B
``` ```
### An invisisble link
This can be a usefull tool in some instances where you want to alter the default positining of a node.
```mermaid-example
flowchart LR
A ~~~ B
```
```mermaid
flowchart LR
A ~~~ B
```
### Text on links ### Text on links
```mermaid-example ```mermaid-example

View File

@ -167,6 +167,15 @@ flowchart LR
A --- B A --- B
``` ```
### An invisisble link
This can be a usefull tool in some instances where you want to alter the default positining of a node.
```mermaid-example
flowchart LR
A ~~~ B
```
### Text on links ### Text on links
```mermaid-example ```mermaid-example