CSDN中的markdown怎么画流程图

    ```flow
    st=>start: Start
    op=>operation: Your Operation
    cond=>condition: Yes or No?
    e=>end
    st->op->cond
    cond(yes)->e
    cond(no)->op
    ```
Created with Raphaël 2.1.0 Start Your Operation Yes or No? End yes no

猜你喜欢

转载自blog.csdn.net/qq_29739935/article/details/78017202