markdown流程图 发表于 2019-03-26 阅读次数: 本文字数: 1.2k 阅读时长 ≈ 1 分钟 markdown流程图 hexo-filter-flowchart 流程1 流程2 st=>start: 开始 e=>end: 结束 op=>operation: 操作 sub=>subroutine: 子程序 cond=>condition: 是或者不是? io=>inputoutput: 输出 st(right)->op->cond cond(no)->sub(right)->op cond(yes)->io(right)->e {"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}st=>start: Start|past:>https://www.google.com[blank] e=>end: End:>https://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>https://www.google.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{"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}