Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Feb 20, 2023
1 parent b6cac3a commit eb04d80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb04d80

Please sign in to comment.