markdown之流程圖的繪製

繪製flow代碼:

```mermaid
flowchat
st=>start: begin
end=>end: end
con1=>condition: y or n
op1=>operation: op11
st->op1->con1(yes) ->end
con1(no,right) ->op1 
Created with Raphaël 2.2.0beginop11y or nendyesno

ps:條件判斷()填寫yes或no,不能自定義符號,湊合用還行,
詳細的markdown繪製流程圖請參考:Vincent’s Blog

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章