標(biāo)題的使用
一級(jí)標(biāo)題
二級(jí)標(biāo)題
三級(jí)標(biāo)題
四級(jí)標(biāo)題
五級(jí)標(biāo)題
六級(jí)標(biāo)題
列表
- 無序列表1
- 無需列表2
- 無序列表3
有序列表
- 有序列表1
- 有序列表2
- 有序列表3
- 有序列表4
鏈接和圖片
圖片
引用
沒有付出代價(jià)輕易得到的東西都不懂得珍惜
黑夜給了我黑色的眼睛夹攒,我卻用它尋找光明
詩的引用
床前明月光
疑是地上霜
舉頭望明月
低頭思故鄉(xiāng)
粗體和斜體
既然許下給你一世的承諾,就請(qǐng)我完成好嗎擦俐?
代碼引用
console.log('hello');
多段代碼的引用
`
class contextManager(object):
"""docstring for contextManager"""
def __init__(self, filename,mode):
self.fp=open(filename,mode)
def __enter__(self):
return self.fp
def __exit__(self, exc_type, exc_val, exc_tb):
self.fp.close()
`
表格
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
表格2
dog | bird | cat |
---|---|---|
foo | foo | foo |
bar | bar | bar |
baz | baz | baz |