- html中的
功能: thematic break
- 格式: “___” 或者“---”或者“***”
- 注释
- 格式:同html格式: “****”
- 删除线:strikethroughs
- 格式:“~文字~”
Strike through this text
- 嵌套引用:
- 格式: “>外层引用,>>内层引用”
Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor
odio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.
- 无序列表补充:
- 格式:也可用“+”,“-”和“*”表示
- 代码格式:
- 格式:“`code here`”
print 'hello, world!'
- 代码块fence
- 格式:"```(language_type)code block here```"
import pandas
for x in range(29):
print 'hello, world'
- 表格:
- 格式:Tables are created by adding pipes as dividers between each cell, and by adding a line of dashes (also separated by bars) beneath the header. Note that the pipes do not need to be vertically aligned.
- 右对齐:Adding a colon on the right side of the dashes below any heading will right align text for that column.
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
ext | extension to be used for dest files. |
- 超链接补充:给超链接加上提示信息
- 格式: “[文字](www.your_url.com "title")”
- 谷歌一下
- 命名锚点