MarkDown 时序图

作者: 程序渣渣猿 | 来源:发表于2018-12-03 22:36 被阅读0次
 title : 这个是标题
 Alice -> Bob: Hello,how are you?
 Note right of Bob:Bob thinks
 Bob --> Alice: Thinks

时序图-01

Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow

时序图-02

# Example of a comment.
Note left of A: Note to the\n left of A
Note right of A: Note to the\n right of A
Note over A: Note over A
Note over A,B: Note over both A and B
时序图-03
participant C
participant B
participant A
Note right of A: By listing the participants\n you can change their order
时序图-04
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
时序图-05

相关文章

网友评论

    本文标题:MarkDown 时序图

    本文链接:https://www.haomeiwen.com/subject/ycbhqqtx.html