mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-25 11:16:53 +02:00
Merge branch 'develop' into sidv/internalFCV3
* develop: Update docs docs(sequenceDiagram): subvert prettification of arrow types
This commit is contained in:
@@ -102,16 +102,16 @@ Messages can be of two displayed either solid or with a dotted line.
|
|||||||
|
|
||||||
There are six types of arrows currently supported:
|
There are six types of arrows currently supported:
|
||||||
|
|
||||||
| Type | Description |
|
| Type | Description |
|
||||||
| ---- | ------------------------------------------------ |
|
| ------ | ------------------------------------------------ |
|
||||||
| -> | Solid line without arrow |
|
| `->` | Solid line without arrow |
|
||||||
| --> | Dotted line without arrow |
|
| `-->` | Dotted line without arrow |
|
||||||
| ->> | Solid line with arrowhead |
|
| `->>` | Solid line with arrowhead |
|
||||||
| -->> | Dotted line with arrowhead |
|
| `-->>` | Dotted line with arrowhead |
|
||||||
| -x | Solid line with a cross at the end |
|
| `-x` | Solid line with a cross at the end |
|
||||||
| --x | Dotted line with a cross at the end. |
|
| `--x` | Dotted line with a cross at the end. |
|
||||||
| -) | Solid line with an open arrow at the end (async) |
|
| `-)` | Solid line with an open arrow at the end (async) |
|
||||||
| --) | Dotted line with a open arrow at the end (async) |
|
| `--)` | Dotted line with a open arrow at the end (async) |
|
||||||
|
|
||||||
## Activations
|
## Activations
|
||||||
|
|
||||||
|
@@ -68,16 +68,16 @@ Messages can be of two displayed either solid or with a dotted line.
|
|||||||
|
|
||||||
There are six types of arrows currently supported:
|
There are six types of arrows currently supported:
|
||||||
|
|
||||||
| Type | Description |
|
| Type | Description |
|
||||||
| ---- | ------------------------------------------------ |
|
| ------ | ------------------------------------------------ |
|
||||||
| -> | Solid line without arrow |
|
| `->` | Solid line without arrow |
|
||||||
| --> | Dotted line without arrow |
|
| `-->` | Dotted line without arrow |
|
||||||
| ->> | Solid line with arrowhead |
|
| `->>` | Solid line with arrowhead |
|
||||||
| -->> | Dotted line with arrowhead |
|
| `-->>` | Dotted line with arrowhead |
|
||||||
| -x | Solid line with a cross at the end |
|
| `-x` | Solid line with a cross at the end |
|
||||||
| --x | Dotted line with a cross at the end. |
|
| `--x` | Dotted line with a cross at the end. |
|
||||||
| -) | Solid line with an open arrow at the end (async) |
|
| `-)` | Solid line with an open arrow at the end (async) |
|
||||||
| --) | Dotted line with a open arrow at the end (async) |
|
| `--)` | Dotted line with a open arrow at the end (async) |
|
||||||
|
|
||||||
## Activations
|
## Activations
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user