标题语法关键词:#示例
由于标题的特殊性,为了不影响整体目录的美观,此处暂时不展示标题示例,如果需要查看,请找markdown在线执行工具查看标题效果,谢谢~
123456# 一级标题## 二级标题### 三级标题#### 四级标题##### 五级标题###### 六级标题
段落语法基本用法示例
我是一段话,段落首字符缩进了两个字节,段落正常输入就行换行直接用回车,如果要添加空格,请使用html的nbsp来进行空格,不要用空格(spaces)或制表符(tabs)缩进段落。
12 我是一段话,段落首字符缩进了两个字节,段落正常输入就行换行直接用回车,如果要添加空格,请使用html的nbsp来进行空格,不要用空格(spaces)或制表符(tabs)缩进段落。
删除线关键词~~示例
读书Flag:1.读完三国2.读完钢炼
123读书Flag:~~1.读完三国~~2.读完钢炼
强调语法加粗关键词:**示例
我是一个加粗的示例
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