1.標(biāo)題
# 一級標(biāo)題
## 二級標(biāo)題
### 三級標(biāo)題
#### 四級標(biāo)題
##### 五級標(biāo)題
###### 六級標(biāo)題
一級標(biāo)題
二級標(biāo)題
三級標(biāo)題
四級標(biāo)題
五級標(biāo)題
六級標(biāo)題
2.字體
**粗體**
*斜體*
粗體
斜體
3.列表
3.1.無序列表
- 無序列表項(xiàng)目a
- 無序列表項(xiàng)目b
- 無序列表項(xiàng)目c
- 無序列表項(xiàng)目a
- 無序列表項(xiàng)目b
- 無序列表項(xiàng)目c
3.2.有序列表
1. 有序列表項(xiàng)目1
2. 無序列表項(xiàng)目2
3. 無序列表項(xiàng)目3
- 有序列表項(xiàng)目1
- 無序列表項(xiàng)目2
- 無序列表項(xiàng)目3
4.引用
4.1. 文字引用
> The Zen of Python
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
4.2. 代碼引用
單行:
` import this `
多行:
```
import a
import b.c
from d import e
```
單行效果:
import this
多行效果:
import a
import b.c
from d import e
5. 鏈接
[簡書](http://www.reibang.com/)
![](https://cdn2.jianshu.io/assets/web/nav-logo-4c7bbafe27adc892f3046e6978459bac.png)