指南扩展: 条件判断

graph LR;
    A[Hard edge] -->|Link text| B(Round edge);
    B --> C{Decision};
    C -->|One| D[Result one];
    C -->|Two| E[Result two];

Link textOneTwoHard edgeRound edgeDecisionResult oneResult two