绘制flow代码:
```mermaid
flowchat
st=>start: begin
end=>end: end
con1=>condition: y or n
op1=>operation: op11
st->op1->con1(yes) ->end
con1(no,right) ->op1
ps:条件判断()填写yes或no,不能自定义符号,凑合用还行,
详细的markdown绘制流程图请参考:Vincent’s Blog
来源:CSDN
作者:Strauss Lupusson
链接:https://blog.csdn.net/qq_38675001/article/details/103793799