Markdown 编辑器速查表
博主博客
Markdown 编辑器速查表
由于经常使用 Markdown 编辑器, 每次写有些符号忘记了, 因此在这里整理一份速查表, 如有遗漏, 欢迎留言。
| 符号 | 例子 | 效果 | 说明 |
|---|---|---|---|
$ | $1+1=2$ | 1+1=2 | 行内公式 |
^ | $x^2$ | x^2 | 上标 |
_ | $x_1$ | x_1 | 下标 |
\infty | $\infty$ | \infty | 无穷符号 |
\imath | $\imath$ | \imath | 虚数i |
\jmath | $\jmath$ | \jmath | 虚数j |
\hat{} | $\hat{a}$ | \hat{a} | 估算符号 |
\check{} | $\check{a}$ | \check{a} | 数学符号 |
\breve{} | $\breve{a}$ | \breve{a} | 数学符号 |
\tilde{} | $\tilde{a}$ | \tilde{a} | 数学符号 |
\bar{} | $\bar{a}$ | \bar{a} | 均值符号 |
\vec{} | $\vec{a}$ | \vec{a} | 矢量符号 |
\acute{} | $\acute{a}$ | \acute{a} | 数学符号 |
\grave{} | $\grave{a}$ | \grave{a} | 数学符号 |
\mathring{} | $\mathring{a}$ | \mathring{a} | 数学符号 |
\dot{} | $\dot{a}$ | \dot{a} | 一阶导数符号 |
\ddot{} | $\ddot{a}$ | \ddot{a} | 二阶导数符号 |
\uparrow | $\uparrow$ | \uparrow | 上箭头 |
\Uparrow | $\Uparrow$ | \Uparrow | 上箭头 |
\downarrow | $\downarrow$ | \downarrow | 下箭头 |
\Downarrow | $\Downarrow$ | \Downarrow | 下箭头 |
\leftarrow | $\leftarrow$ | \leftarrow | 左箭头 |
\Leftarrow | $\Leftarrow$ | \Leftarrow | 左箭头 |
\rightarrow | $\rightarrow$ | \rightarrow | 右箭头 |
\Rightarrow | $\Rightarrow$ | \Rightarrow | 右箭头 |
\to | $x \to \infty$ | x \to \infty | 箭头符号 |
{} | $x{^2}^3$ | x{^2}^3 | 组合符号 |
\underline | $\underline{x+1}$ | \underline{x+1} | 下划线符号 |
\overbrace{^} | $\overbrace{1+2+3}^{6}$ | \overbrace{1+2+3}^{6} | 上大括号 |
\underbrace{_} | $\underbrace{1+2+3}_{6}$ | \underbrace{1+2+3}_{6} | 下大括号 |
\dots | $1,2,3,\dots$ | 1,2,3,\dots | 省略号 |
\ldots | $1,2,3,\ldots$ | 1,2,3,\ldots | 底端对齐省略号 |
\cdots | $1,2,3,\cdots$ | 1,2,3,\cdots | 中线对齐省略号 |
\vdots | $1,2,3,\vdots$ | 1,2,3,\vdots | 垂直对齐省略号 |
\ddots | $1,2,3,\ddots$ | 1,2,3,\ddots | 斜对齐省略号 |
\mathrm{} | $\mathrm{def}$ | \mathrm{def} | 数学符号 |
\stackrel{}{} | $\stackrel{top}{bottom}$ | \stackrel{top}{bottom} | 上标符号 |
\qquad | $x \qquad y$ | x \qquad y | 两个空格 |
\quad | $x \quad y$ | x \quad y | 一个空格 |
\ | $x \ y$ | x \ y | 大空格 |
\: | $x \: y$ | x \: y | 中空格 |
\, | $x \, y$ | x \, y | 小空格 |
| $xy$ | xy | 没有空格 |
\! | $x \! y$ | x \! y | 紧凑 |
( | $($ | ( | 正常的左括号 |
\big | $\big($ | \big( | 一倍大左括号 |
\Big | $\Big($ | \Big( | 两倍大左括号 |
\bigg | $\bigg($ | \bigg( | 三倍大左括号 |
\Bigg | $\Bigg($ | \Bigg( | 四倍大左括号 |
[] | $[x+y]$ | [x+y] | 中括号 |
\{\} | $\{x+y\}$ | \{x+y\} | 大括号 |
\left \right | $\left(x\right)$ | \left(x\right) | 自适应括号 |
\choose | ${ 1 \ 2 \choose 3 \ 4}$ | { 1 \ 2 \choose 3 \ 4} | 组合公式 |
$\atop | $\sum_{top \atop bottom}$ | \sum_{top \atop bottom} | 组合公式 |
+ | $x+y=z$ | x+y=z | 加法运算 |
- | $x-y=z$ | x-y=z | 减法运算 |
\pm | $x \pm y=z$ | x \pm y=z | 加减运算 |
\mp | $x \mp y=z$ | x \mp y=z | 减加运算 |
\times | $x \times y=z$ | x \times y=z | 乘法运算 |
\cdot | $x \cdot y=z$ | x \cdot y=z | 点乘运算 |
\ast | $x \ast y=z$ | x \ast y=z | 星乘运算 |
\div | $x \div y=z$ | x \div y=z | 除法运算 |
/ | $x/y=z$ | x/y=z | 斜法运算 |
\frac{}{} | $\frac{x+1}{x-1}$ | \frac{x+1}{x-1} | 分式表示 |
\displaystyle | $\displaystyle \frac{x+1}{x-1}$ | \displaystyle \frac{x+1}{x-1} | 显示样式 |
\over | ${x+1} \over {x-1}$ | {x+1} \over {x-1} | 分式表示 |
| `\ | ` | `$\ | x+y\ |
\overline{} | $\overline{x}$ | \overline{x} | 平均数运算 |
\sqrt | $\sqrt x$ | \sqrt x | 开二次方运算 |
\sqrt[]{} | $\sqrt[n]{x}$ | \sqrt[n]{x} | 开 n 次方运算 |
\log | $\log(x)$ | \log(x) | 对数运算 |
\log_n | $\log_n(x)$ | \log_n(x) | n 的对数运算 |
\int | $\int^{\infty}_{0}{xdx}$ | \int^{\infty}_{0}{xdx} | 积分运算 |
\displaystyle \int | $\displaystyle \int^{\infty}_{0}{xdx}$ | \displaystyle \int^{\infty}_{0}{xdx} | 积分运算 |
\partial | $\frac{\partial x}{\partial y}$ | \frac{\partial x}{\partial y} | 微分运算 |
= | $x+y=z$ | x+y=z | 等于运算 |
> | $x+y>z$ | x+y>z | 大于运算 |
< | $x+y<z$ | x+y<z | 小于运算 |
\geq | $x+y \geq z$ | x+y \geq z | 大于等于运算 |
\leq | $x+y \leq z$ | x+y \leq z | 小于等于运算 |
\neq | $x+y \neq z$ | x+y \neq z | 不等于运算 |
\ngeq | $x+y \ngeq z$ | x+y \ngeq z | 不大于等于运算 |
\not\geq | $x+y \not\geq z$ | x+y \not\geq z | 不大于等于运算 |
\nleq | $x+y \nleq z$ | x+y \nleq z | 不小于等于运算 |
\not\leq | $x+y \not\leq z$ | x+y \not\leq z | 不小于等于运算 |
\approx | $x+y \approx z$ | x+y \approx z | 约等于运算 |
\equiv | $x+y \equiv z$ | x+y \equiv z | 恒定等于运算 |
\in | $x \in y$ | x \in y | 属于运算 |
\notin | $x \notin y$ | x \notin y | 不属于运算 |
\not\in | $x \not\in y$ | x \not\in y | 不属于运算 |
\subset | $x \subset y$ | x \subset y | 子集运算 |
\supset | $x \supset y$ | x \supset y | 子集运算 |
\subseteq | $x \subseteq y$ | x \subseteq y | 真子集运算 |
\subsetneq | $x \subsetneq y$ | x \subsetneq y | 非真子集运算 |
\supseteq | $x \supseteq y$ | x \supseteq y | 真子集运算 |
\supsetneq | $x \supsetneq y$ | x \supsetneq y | 非真子集运算 |
\not\subset | $x \not\subset y$ | x \not\subset y | 非子集运算 |
\not\supset | $x \not\supset y$ | x \not\supset y | 非子集运算 |
\cup | $x \cup y$ | x \cup y | 并集运算 |
\cap | $x \cap y$ | x \cap y | 交集运算 |
\setminus | $x \setminus y$ | x \setminus y | 差集运算 |
\bigodot | $x \bigodot y$ | x \bigodot y | 同或运算 |
\bigotimes | $x \bigotimes y$ | x \bigotimes y | 同与运算 |
\mathbb{R} | $\mathbb{R}$ | \mathbb{R} | 实数集合 |
\mathbb{Z} | $\mathbb{Z}$ | \mathbb{Z} | 自然数集合 |
\emptyset | $\emptyset$ | \emptyset | 空集 |
\lim | $\lim x$ | \lim x | 极限运算 |
独行公式
- 符号:
$$ - 例子:
$$1+1=2$$ - 效果:
1+1=2
极限运算
- 符号:
\lim - 例子:
$\lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}$ - 效果:\lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}
- 符号:
\displaystyle \lim - 例子:
$\displaystyle \lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}$ - 效果:\displaystyle \lim^{x \to \infty}_{y \to 0}{\frac{x}{y}}
求和运算
- 符号:
\sum - 例子:
$\sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}$ - 效果:\sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}
- 符号:
\displaystyle \sum - 例子:
$\displaystyle \sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}$ - 效果:\displaystyle \sum^{x \to \infty}_{y \to 0}{\frac{x}{y}}
矩阵表示
- 符号:
\begin{matrix} & \\ \end{matrix} - 例子:
$\left[ \begin{matrix} 1 &2 \ \\3 &4 \\5 &6 \end{matrix} \right]$ - 效果:\left[ \begin{matrix} 1 &2 \ \\3 &4 \\5 &6 \end{matrix} \right]
未完待续。。。
参考文献
Markdown 编辑器速查表
https://blog.uso6.com/archives/markdown-bian-ji-qi-su-cha-biao
评论