markdown语法学习

heading level 1

paragraph 1

endl
paragraph 2

endl
斜体
粗体

引用

换行 同时再引用

分开引用

  1. 规则
    1. 子列表

代码块code

//c++
int main()
{
    int a;
}

分割


线 注意上下留空白行

https://markdown.com.cn
Markdown语法

可以使用* `

[list] 1

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