Update docs

This commit is contained in:
knsv
2023-02-20 10:23:13 +00:00
parent b6cac3a431
commit eb04d80df0

View File

@@ -391,6 +391,20 @@ flowchart LR
A == text ==> 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
```
### Chaining of links
It is possible declare many links in the same line as per below: