标题#+空格+标题内容,#越多标题越小,最多支持6个#
加粗1** + 加粗内容 + **
加粗示例
斜体1* + 斜体内容 + *
斜体示例
有序列表11. + 空格 + 内容,子标题用tab控制缩进
有序列表示例
a
b
c
d
f
无序列表1* + 空格 + 内容,
a
b
c
d
链接1[要显示的文字] + (链接内容)
Markdown语法
引用1234>这是一个引用>>> 子引用>>
这是一个引用
这是一个子引用
分割线1---(三个减号)
待办事项1- + 空格 + [空格] + 空格 + 内容
未完成的待办事项
完成的待办事项
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
