为什么我的markdown里无法直接画出流程图?
而别人的貌似可以直接画出来,这是为什么?要怎么操作呢?
编辑器不支持流程图吧, segementfault都能画出来.可以试试在线编辑
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
原生
markdown
是不支持流程图的,很多的语法,是一些特定的编辑器或者解析库自己实现的。比如说这个库
markdown
流程图