### 我看showdown真是老糊涂了
行内公式:$E=mc^2$
***
块级公式:
$$\frac{d}{dx}(x^n) = nx^{n-1}$$
***
矩阵:
$$\begin{pmatrix} a & b \\ c & d \end{pmatrix}$$
***
积分:
$$\int_{a}^{b} f(x) \, dx$$
***
> 呵呵呵
# 一级标题
## 二级标题
### 三级标题
---
**加粗**
*斜体*
***加粗斜体***
---
> 引用
---
- 无序列表
---
1. 有序列表
---
[链接](https://www.baidu.com)
---

---
`行内代码`
---
```javascript
// 代码块
console.log('hello world')
```