Skip to content

test markdown

Linwei edited this page May 3, 2019 · 4 revisions
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
  
st->op->cond
cond(yes)->e
cond(no)->op

digraph G {
   A -> B
   B -> C
   B -> D
}
Clone this wiki locally