1 2
##二级标题
// Comment and "var" highlighting is only for JavaScript
int i = 5;| 尝试一个表格 | anto | midle |
|---|---|---|
| 表头 | another | test |
| val | val | a |
function add(x, y) {
return x + y
}$(document).ready(function () {
alert('RUNOOB');
});- first
- another
是的
st=>start: 开始框
op=>operation: 处理框
cond=>condition: 判断框(是或否?)
sub1=>subroutine: 子流程
io=>inputoutput: 输入输出框
e=>end: 结束框
st->op->cond
cond(yes)->io->e
cond(no)->sub1(right)->op


