mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 09:46:42 +02:00
Update docs
This commit is contained in:
@@ -391,6 +391,20 @@ flowchart LR
|
|||||||
A == text ==> B
|
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
|
### Chaining of links
|
||||||
|
|
||||||
It is possible declare many links in the same line as per below:
|
It is possible declare many links in the same line as per below:
|
||||||
|
Reference in New Issue
Block a user