Diagrams

预估阅读时间:1 分钟

图表

GoAT 图表 (Ascii)

GoAT 图表可以通过这个网站生成

15042637+z+y+xv1vP0Xv3Eyve2RefractionReflection

Mermaid 图

Mermaid 图表参考官网 进行编辑

流程图

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

时序图 #待办

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
Tags: