markdown 画流程图
语法如下:
```flow
st=>start: 报警发生
e=>end: 报警处置完毕
selected=>operation: 选择报警
handle=>condition: 报警确认或复位?|rejected
stamp=>operation: 贴标签
editStamp=>operation: 修改标签
accept=>operation: 确认
complete=>operation: 复位
st->selected->handle
handle(no)->editStamp->complete
handle(yes)->stamp->accept
accept->editStamp->complete
complete->e
效果如下:
语法如下:
```flow
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文档页内跳转方法
语法如下:
* [第一章](#c1)
* [第一节](#1.1)
* [第二节](#1.2)
* <h4 id='c1'>第一章
* <h4 id='1.1'> 第一节
* <h4 id='1.2'> 第二节
效果如下:
1898

被折叠的 条评论
为什么被折叠?



