个人笔记
未读标题语法示例源码示例展示123456# 一级标题## 二级标题### 三级标题#### 四级标题##### 五级标题###### 六级标题一级标题二级标题三级标题四级标题五级标题六级标题 表格语法示例源码参数说明示例展示1234567| 项目 | 价格 | 数量 || :--- | ---: | :---: || 手机 | \$12 | 12 || 管线 | \$1 | 234 || 手机 | \$12 | 12 || 管线 | \$1 | 234 |表格使用|来分割不同的单元格,使用-来分隔表头和其他行 :-:将表头及单元格内容左对齐 -::将表头及单元格内容右对齐 :-::将表头及单元格内容居中 项目 价格 数量 手机 $12 12 管线 $1 234 手机 $12 12 管线 $1 234 字体星号与下划线都可以,单是斜体,双是粗体,三是粗斜体 源码示例效果展示1234567*这是斜体* _这是斜体_ **这是粗体** __这是粗体__ ***这是粗斜体*** ___这是粗斜体___这是斜体这是斜体这是粗体这是粗体这是 ...
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