#1528 Adding async arrow type in sequence diagrams

This commit is contained in:
Knut Sveidqvist
2021-01-11 23:09:37 +01:00
parent 2026be325f
commit 5d24a2b7d9
6 changed files with 78 additions and 11 deletions

View File

@@ -55,9 +55,13 @@ flowchart TD
class T TestSub
linkStyle 0,1 color:orange, stroke: orange;
</div>
-> ->> ->>> -)
<div class="mermaid" style="width: 50%; height: 20%;">
graph TD
C -->|fa:fa-car Car| F[fa:fa-car Car]
sequenceDiagram
Actor1 -) Actor2:Async
Actor1 --) Actor2:Async dotted
Actor1 ->> Actor2:Sync
Actor1 -->> Actor2:Sync dotted
</div>
<div class="mermaid" style="width: 50%; height: 20%;">
flowchart TD