mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 00:50:45 +08:00
Add dashed arrow. (#69)
Bug:https://github.com/ArthurSonzogni/Diagon/issues/68
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
A --> B: Make me a sandwitch
|
||||
B --> A: No
|
||||
A --> B: Sudo make me a sandwitch
|
||||
B --> A: Okay
|
||||
@@ -0,0 +1,18 @@
|
||||
┌─┐ ┌─┐
|
||||
│A│ │B│
|
||||
└┬┘ └┬┘
|
||||
│ │
|
||||
│ Make me a sandwitch │
|
||||
│----------------------->│
|
||||
│ │
|
||||
│ No │
|
||||
│<-----------------------│
|
||||
│ │
|
||||
│Sudo make me a sandwitch│
|
||||
│----------------------->│
|
||||
│ │
|
||||
│ Okay │
|
||||
│<-----------------------│
|
||||
┌┴┐ ┌┴┐
|
||||
│A│ │B│
|
||||
└─┘ └─┘
|
||||
Reference in New Issue
Block a user