Markdown——入门练习

2015-06-25  本文已影响0人  沿溪行

http://wowubuntu.com/markdown/#list

课程内容简书地址

http://www.jianshu.com/p/1e402922ee32
http://www.jianshu.com/p/f992705d795d

强调和列表

Some of these words are emphasized.

This is a blockquote

Some of these words are emphasized.
*this text is surrounded by literal asterisks*
Use two asterisks for strong emphasis.

  1. Red
  2. Green
  3. Blue
  4. 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

分隔线


图片

1-sibling.jpg
上一篇 下一篇

猜你喜欢

热点阅读