# 大标题
## 副标题
**粗体**
*斜体*
~~删除~~
---
上面是分割线
- [x] checked
- [ ] unchecked
下面是一段C++代码
``` C++
int main()
{
return 0;
}
```
下面是一段json代码
``` json
{
'sample':'test',
'id':1
}
```
插入代码`bool ret = true`到文字中
下面是一个表格
| command | descripton |
| ------- | ---------- |
| push | to push |
| put | to put |

插入一個 [百度](https://wwww.baidu.com) 的鏈接,另一种插入方式 <https://www.baidu.com>
- 标题1
- [标题1.1](#1.1)
- 标题1.2
- 标题2
- 标题2.1
- 标题2.2
* 列表1
* 列表2
* 列表3
1. 有序列表1
2. 有序列表2
3. 有序列表3
公式
$x + y = z$
$f(x)+f(y)=f(z)$
> 引用段落
>> 嵌套引用段落
>>> To be or not to be, it's a question. -- *William Shakespeare*
>>
>
>引用段落