Markdown 语法简介


标题 2

标题 3


斜体加粗

斜体 粗体


无序列表

  • 项目 1
  • 项目 2
  • 项目 3
  • Candy.
  • Gum.

有序列表

  1. 项目 1
  2. 项目 2
  3. 项目 3

嵌套列表

  1. 项目 1
  2. 子项目 1
    1. 子项目 2
  3. 项目 2

带文本说明的无序列表

  • A list item. With multiple paragraphs.

  • Another item in the list.


链接

This is a link to myBolg.

参考链接

I get 10 times more traffic from [Google][1] an from [Yahoo][2] or [MSN][3].


图片

alt text

java logo

代码

helloworld

代码块

  ``` Python
  print 'Hello World!'
  ```

代码块 2

  print 'Hello World!'

引用的文字

表示引用文字内容

插入表格

| tableName | order | 
| - | :-: | -: | 
| column1 | order_id |
|  column2 | room_id | 
|  column3 | company_id | 
1
2
3
4
5
tableName order
column1 order_id
column2 room_id
column3 company_id