hexo not support flow chart?

Created on 9 Mar 2016  ·  1Comment  ·  Source: hexojs/hexo

like this :+1:

st=>start: Malloc
e=>end: End
op1=>operation: 123
cond=>condition: 321
cond1=>condition: 123
cond2=>condition: 321
op2=>operation: 333
op3=>operation: 22
op4=>operation: 11

st->cond
cond(yes)->cond1
cond(no)->op1->cond1
cond1(yes)->op2
cond1(no)->cond2
cond2(yes)->op4->e
cond2(no)->op3->e
op2->e

hexo thought it is a code maintain, not flow chart!

so hexo is not support flow chart?

Most helpful comment

I think that you can implement custom tag to do that.

>All comments

I think that you can implement custom tag to do that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

demurgos picture demurgos  ·  3Comments

lushijie picture lushijie  ·  3Comments

awulkan picture awulkan  ·  3Comments

hgDendi picture hgDendi  ·  3Comments

yunTerry picture yunTerry  ·  3Comments