====================
小标题 ——
普通文本。
普通文本用<br>
换行。
这是第二行。
普通文本,在行首用Tab或4个空格缩进。
这是第二行。
这是第三行
粗体1,粗体2
斜体1,斜体2
删除线1,删除线1,删除线1,删除线1
分割线
***
引用文本
Hello Github –wusuluren
多级引用
第一级
第二级
第三级
|标题1|标题2|标题3| | —– |:——:| ——| |内容1|内容2|内容3|
printf("hello cpp");
print("hello python")
fmt.Println("hello go")
echo "hello shell"
st=>start: 开始
e=>end: 结束
op1=>operation: 选择
sub1=>subroutine: 分支
cond1=>condition: 是,否?
io=>inputoutput: 输入
st->op1->cond1
cond1(yes)->io->e
cond1(no)->sub1(right)->op1