EWA DEMO emp-script emp-script-utils emp-script-static ffmpeg-utils weixin

增加 MarkDown 的 FlowChart 功能

2016-05-23

增加MarkDown FlowChart功能

引用 flowchart.js
需要 Raphaël

语法

st=>start: Start  
e=>end: End
op1=>operation: My Operation
op2=>operation: My Operation2
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?
io=>inputoutput: catch something...
st->op2->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1

例子

Created with Raphaël 2.2.0Start My Operation2My OperationYes or No?catch something...EndMy Subroutineyesno