Markdown语法和效果

2016-06-20  本文已影响19人  逆战逆的态度

拖动

在段前空四个字符,可以把表述很长的一段文字用成一行来表示,以节约空间。读者可通过左右拖动进度条来阅读这段文字的全部内容。

分割线






代码区块

{
   int a = 10; 
}

列表

  1. Red
  2. Green
  3. Blue

链接

This is an example link.
This is an example link.

I get 10 times more traffic from Google than fromYahoo or MSN.

I start my morning with a cup of coffee and
The New York Times.

图片

alt textalt text

![alt text][id]
[id]: /path/to/img.jpg "Title"

代码

I strongly recommend against using any <blink> tags.

I wish SmartyPants used named entities like &mdash;
instead of decimal-encoded entites like &#8212;.

http://images.google.com/images?num=30&q=larry+bird
http://images.google.com/images?num=30&q=larry+bird

版 权

©

标题

这是 H1

这是 H2

这是 H6

嵌套引用

This is the first level of quoting.

This is nested blockquote.

Back to the first level.


强调

single asterisks

single underscores

double asterisks

double underscores

自动链接

http://example.com/
address@example.com

反斜杠

*literal asterisks*

\ 反斜线
` 反引号

井字号

上一篇 下一篇

猜你喜欢

热点阅读