写作从学好Markdown开始

MarkDown 时序图

2018-12-03  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读