Is full support for the mermaid different arrows in sequence diagram on the roadmap?
| Type | Description |
|---|---|
-> | Solid line without arrow |
--> | Dotted line without arrow |
->> | Solid line with arrowhead |
-->> | Dotted line with arrowhead |
<<->> | Solid line with bidirectional arrowheads (v11.0.0+) |
<<-->> | Dotted line with bidirectional arrowheads (v11.0.0+) |
-x | Solid 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) |
--) | Dotted line with a open arrow at the end (async) |
ref: https://mermaid.js.org/syntax/sequenceDiagram.html#aliases

