mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
#916 Docs for chaining of links
This commit is contained in:
@@ -239,6 +239,19 @@ graph LR
|
|||||||
A == text ==> B
|
A == text ==> B
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Chaining of links
|
||||||
|
|
||||||
|
It is possible declare many links in the same line as per below:
|
||||||
|
```
|
||||||
|
graph LR
|
||||||
|
A -- text --> B -- text2 --> C
|
||||||
|
```
|
||||||
|
```mermaid
|
||||||
|
graph LR
|
||||||
|
A -- text --> B -- text2 --> C
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Special characters that break syntax
|
## Special characters that break syntax
|
||||||
|
|
||||||
It is possible to put text within quotes in order to render more troublesome characters. As in the example below:
|
It is possible to put text within quotes in order to render more troublesome characters. As in the example below:
|
||||||
|
Reference in New Issue
Block a user