段落标记
这是 H1
这是 H2
这是 H3
这是 H6 (最小到H6)
排序
- Red
- Green
- Blue
- Red
- Green
- Blue
- Red
- Green
- Blue
- Bird
- ppp
- McHale
-
Parish
8个以上空格,形成代码段
rfrffsdf fasdf
分割线
超链接
http://example.com/foo
[foo]: http://example.com/
[foo]: http://example.com/
[foo]: http://example.com/ 'Optional Title Here'
[foo]: http://example.com/ (Optional Title Here)
强调---斜体、加粗,但是有空格就失效了,例如最后一个
多挣钱
多挣钱
多挣钱
多挣钱
多挣钱
__ 多挣钱 __
行内代码用【`】包围
行内代码用【`】包围
Use the printf()
function.
代码段
print("hello world")
if(a==b)
{
print("result is right")
}