1. 超链接
<a href="https://react.docschina.org/" target="_blank">官网地址</a>
2. 图片
<img src=https://img2020.cnblogs.com/blog/1294391/202112/1294391-20211202215649214-555975418.png width="650" height="100">
3. 空格
  
4. 字体加色
<font color=#FF6347 size=3/>**异步方式**</font>
**加粗**
5. 折叠代码
<details>
<summary>展开代码</summary>
<pre><code>
xxxx
</code></pre>
</details>