Markdown示例
标题
# 标题1## 标题2
粗体与斜体
### 斜体Italicized text is the *cat's meow* # 斜体A*cat*meow # 斜体(突出中间部分)### 粗体**bold text**__bold text__
效果如下:
斜体
Italicized text is the cat’s meow # 斜体
Acatmeow # 斜体(突出中间部分)
粗体
bold text
bold text
代码块
# 上面三个\`,下面三个\`
引用
# 嵌套引用> Dorothy followed her through many of the beautiful rooms in her castle.>>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.## 带其他元素的引用> #### The quarterly results look great!>> ...
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 Start
Create a new post
$ hexo new "My New Post"
More info: Writing
Run server
$ hexo server
More info: Server
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment