MarkDown语法
这是一级标题 ‘#’ ‘空格’ ‘内容’ 二三级标题同理 二级标题两个## 三级标题三个## 以此类推……. 这是斜体 斜体用*‘空格’‘内容’* 这是删除线 用~~ 内容 ~~来实现 这是加粗字体 加粗字体用**'空格'‘内容’** 这是引用 引用为>'内容' 有序列表为 这是第一个 这是第二个 这是第三个 这是第四个 有序列表为序号‘内容’ 比如1.这是第一个 无序列表为 这是第一个 这是第二个 这是第三个 这是第四个 无序列表为-'空格''内容' 比如- 这是第一个 代码块 代码 代码块为`代码` 或者```内容``` 这是水平线 使用---或者***或者___ 这是超链接 百度 使用[显示文字](链接 空格 展示文字) 展示文字是指鼠标停留在超链接上显示的文字 这是图片链接  https://baidu.com <链接> 这是字符转义 * 这是一行 如果要转义使用\加符号 比如\* 这是一行 这是代码...
Hello World
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

