Markdown!

文本语法

\(<br>\) 换行

txt1 <br> txt2

txt1
txt2


** ** 加粗

txt
**txt**
<b>txt</b>

正常:txt
加粗:txt
加粗:txt


> 行代码

> codes

codes


``` 代码

行内

txtcodestxt
上面是用一行写出来的效果

代码段
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} \]


\perp 垂直

\[\perp \]

\sqrt[]{} 开方

\[\sqrt[a]{b} \]

int 积分

\[\int_a^b{x}dx \]

\infty 无穷

\[\infty \]

\cdot 点乘

\[a\cdot b \]

posted @ 2023-02-21 07:54  zhywyt  阅读(40)  评论(0)    收藏  举报