http://wowubuntu.com/markdown/#list
课程内容简书地址
//www.greatytc.com/p/1e402922ee32
//www.greatytc.com/p/f992705d795d
强调和列表
Some of these words are emphasized.
This is a blockquote
- Candy.
- 列
- 按时
- 上班
- 列
- 列
- Gum.
- Booze.
Some of these words are emphasized.
*this text is surrounded by literal asterisks*
Use two asterisks for strong emphasis.
- Red
- Green
- Blue
- mmm
链接和实体
his is an example link.
这是一个普通段落。
4 < 5
©
1986. What a great season.
标记一小段行内代码,你可以用反引号把它包起来(`)
Use the printf()
function.
I strongly recommend against using any tags.
There is a literal backtick () here.`` A single backtick in a code span: ``
A backtick-delimited string in a code span:
foo
``
—
is the decimal-encoded equivalent of —
.
代码区块
Here is an example of AppleScript:
换行+4个空格,代码区块会一直持续到没有缩进的那一行(或是文件结尾)。
tell application "Foo"
beep
© 2004 Foo Corporation