markdown流程图
panxueyan 1/24/2020  
@flowstart
cond=>condition: Process?
process=>operation: Process
e=>end: End
cond(yes)->process->e
cond(no)->e
@flowend
 1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
 潘雪岩的技术专栏 @flowstart
cond=>condition: Process?
process=>operation: Process
e=>end: End
cond(yes)->process->e
cond(no)->e
@flowend