背景:
不少网上的方式都已经过期了
方法:
其实很简单,使用Markdown的语法就可以了
```
Markdown and HTML are turned off in code blocks:
<i>This is not italic</i>, and [this is not a link](https://example.com)
```
如果需要语言标记
```javascript
Markdown and HTML are turned off in code blocks:
<i>This is not italic</i>, and [this is not a link](https://example.com)
```