MARKDOWN 流程图语法

这是添加三只`和flow

st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
node1=>operation: 普通节点
st->op->cond
cond(yes)->node1->e
cond(no)->op
这只添加三只`

Created with Raphaël 2.1.0 开始 我的操作 确认? 普通节点 结束 yes no

这是添加三只`和flow
st=>start: Start|past:>http://www.google.com[blank]
e=>end: End:>http://www.google.com
op1=>operation: My Operation|past
op2=>operation: Stuff|current
sub1=>subroutine: My Subroutine|invalid
cond=>condition: Yes
or No?|approved:>http://www.baidu.com
c2=>condition: Good idea|rejected
io=>inputoutput: catch something…|request

st->op1(right)->cond
cond(yes, right)->c2
cond(no)->sub1(left)->op1
c2(yes)->io->e
c2(no)->op2->e
这是添加三只`

Created with Raphaël 2.1.0 http://www.google.com Start http://www.google.com My Operation http://www.baidu.com Yes or No? http://www.baidu.com Good idea catch something... http://www.google.com End http://www.google.com Stuff My Subroutine yes no yes no

你可能感兴趣的:(MARKDOWN 流程图语法)