graph LR
A[开始] --> B[任务1]
B --> C{状态:已完成}
C --> D{状态:进行中}
D --> E{状态:未完成}
E --> F{状态:已拒绝}
F --> G{状态:已解决}
G --> H[结束]
For further actions, you may consider blocking this person and/or reporting abuse
graph LR
A[开始] --> B[任务1]
B --> C{状态:已完成}
C --> D{状态:进行中}
D --> E{状态:未完成}
E --> F{状态:已拒绝}
F --> G{状态:已解决}
G --> H[结束]
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Because the character
:in your syntax should be a proper colon character:. Change its occurance in each statement and your Mermaid will render correctly.Not in this forum, however. But it works fine in Typora and other places where it's supported.