mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 01:39:53 +02:00
#3192 Adding link type of the std docs
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user