Markdown 语法速查表

段落

The first paragraph and....
            
a empty line between the second one.

标题

# Header1
## Header2
###### Header6

文本样式

*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__

*You **can** combine them*

无序列表

* Item 1
* Item 2
  * Item 2a
  * Item 2b

有序列表

1. Item 1
2. Item 2
3. Item 3
  * Item 3a
  * Item 3b

图片

![Alt Text](url)

链接

http://google.com - automatic!
[Google](http://google.com)

引用

As Kanye West said:

> We're living the future so
> the present is our past.

代码块

```
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
```

行间代码

I think you should use an
`<addr>` element here instead.
更多的语法介绍,请访问 Markdown Syntax

键盘快捷键

全局

m 显示 Markdown 语法速查表

n 创建新话题

h 显式本对话框

话题页面

b 收藏该话题

B 取消收藏该话题

个人信息页面

f 关注该用户

F 取消关注该用户