462 B
462 B
title | date | description | tags | series | categories | libraries | featured_image | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
JS Sequence Diagram support | 2019-11-18T12:00:06+09:00 | Generates UML sequence diagrams from simple text |
|
|
feature2/transfer.png |
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow