hexo基本语法
参考教程 标题(六级)123456# 一级标题(H1)## 二级标题(H2)### 三级标题(H3)#### 四级标题(H4)##### 五级标题(H5)###### 六级标题(H6) 一级标题(H1)二级标题(H2)三级标题(H3)四级标题(H4)五级标题(H5)六级标题(H6) 文字样式123456*斜体* 或 _斜体_**粗体** 或 __粗体__***粗斜体***~~删除线~~<u>下划线</u>`行内代码` 斜体 或 斜体粗体 或 粗体粗斜体删除线下划线行内代码 无序列表123- 第一项- 第二项 - 子项(缩进两个空格) 第一项 第二项 子项(缩进两个空格) 有序列表1231. 第一步2. 第二步 1. 子步骤 第一步 第二步 子步骤 引用123456> 这是一段引用> 这是一段引用>> 嵌套引用>> 嵌套引用>>> 多层嵌套>>> 多层嵌套 这是一段引用这是一段引用 嵌套引用嵌套引用 多层嵌套多层嵌套 代码块(高亮) 文件名可以不...
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
