Stay Hungry, Stay Foolish。

Markdown 语法

2016/04/20    others

(除非另有声明,本网站采用自由转载-非商用-非衍生-保持署名)-转载务必注明出处

目录

标题

书写范例

# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题

展示效果

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

列表

无序列表

书写范例

- items1
- items2
- items3

展示效果

  • items1
  • items2
  • items3

有序列表

书写范例

1. items1
2. items2
3. items3

链接和图片

链接

书写范例

[shortName](url)
[Google](https://www.google.com)

展示效果

Google

图片

书写范例

![shortname](img url)
![searchpcc](http://7xjddm.com1.z0.glb.clouddn.com/about.png)

展示效果

searchpcc

引用

书写范例

> 引用的内容

展示效果

引用的内容

粗体和斜体

粗体

书写范例

**粗体**

展示效果

粗体

斜体

书写范例

*斜体*

展示效果

斜体

表格

书写范例

testheader | testheader | testheader
----|------|----
test1 | test1  | test1
test2 | test2  | test2
test3 | test3  | test3

展示效果

testheader testheader testheader
test1 test1 test1
test2 test2 test2
test3 test3 test3

参考链接

markdown