文本语法
\(<br>\) 换行
txt1 <br> txt2
txt1
txt2
** ** 加粗
txt
**txt**
<b>txt</b>
正常:txt
加粗:txt
加粗:txt
> 行代码
> codes
codes
``` 代码
行内
txtcodes
txt
上面是用一行写出来的效果
代码段
codes
这里是用三行写出来的效果,可以添加代码类型,以对应代码语言
链接
这是一个 [链接](https://www.example.com)
将会渲染成:这是一个链接
字体颜色
<font color="red">txt txt</font>
txt txt
高亮
<mark>txt txt</mark>
txt txt
————————————————————————————————
数学公式
$ 行内公式
txt $ A-B=C $ txt
txt $ A-B=C $ txt
$$ 居中公式
txt $$ A-B=C $$ txt
txt $$ D-E=F $$ txt
txt $$ A-B=C $$ txt
txt $$ D-E=F $$ txt
\rightarrow 箭头
$$ \rightarrow $$
$$ \leftarrow $$
\[\rightarrow
\]\[\leftarrow
\]^{} 上标
$$ A^{B} $$
\[A^{B}
\]_{} 下标
$$ A_{B} $$
\[A_{B}
\]\cap 并
$$ \cap $$
\[\cap
\]\cup 和
$$ \cup $$
\[\cup
\]\times 乘号
$$ \times $$
\[\times
\]\frac 分号
$$ \frac{A}{B} $$
\[\frac{A}{B}
\]标签:Markdown,frac,cup,times,codes,txt,rightarrow From: https://www.cnblogs.com/zhywyt/p/17132299.html