diff代码块

用来展示git提交差异。

语法:

```diff
- xxxxx
+ yyyyy
```

效果:

- xxxxx
+ yyyyy

折叠展示

语法:

<details>
<summary>标题</summary>
内容..
</details>

效果:

标题 内容..