First Term : This is the definition ofthefirst term.
Second Term : This is one definition ofthesecond term. : This is another definition ofthesecond term.
HTML
1 2 3 4 5 6 7
<dl> <dt>First Term</dt> <dd>This is the definition of the first term.</dd> <dt>Second Term</dt> <dd>This is one definition of the second term. </dd> <dd>This is another definition of the second term.</dd> </dl>
效果: First Term : This is the definition of the first term.
Second Term : This is one definition of the second term. : This is another definition of the second term.
删除线
删除单词,在单词前后使用两个波浪号~~。
1
~~世界是平坦的。~~ 我们现在知道世界是圆的。
效果: 世界是平坦的。 我们现在知道世界是圆的。
任务列表
任务列表可以创建带有复选框的项目列表。在支持任务列表的Markdown应用程序中,复选框将显示在内容旁边。要创建任务列表,在任务列表项之前添加破折号-和方括号[ ],并在[ ]前面加上空格。要选择一个复选框,在方括号[x]之间添加 x 。
1 2 3
- [x] Write the press release - [ ] Update the website - [ ] Contact the media
效果:
[x] Write the press release
[ ] Update the website
[ ] Contact the media
公式符号
上下标
算式
Markdown
$ai,a{pre}$
ai,a{pre}
$a^i,a^{[n+m]}$
a^i, a^{[n+m]}$\ $
括号
算式
Markdown
(, )
(, )
[, ]
[, ]
⟨,⟩
\lang, \rang 或 \langle, \rangle
∣,∣
\lvert, \rvert
∥,∥
\lVert, \rVert
{,}
\lbrace, \rbrace 或 \{,\} $\ $
增大括号:
算式
Markdown
(x)
(x)
$\big( x \big)$
\big( x \big)
$\Big( x \Big)$
\Big( x \Big)
$\bigg( x \bigg)$
\bigg( x \bigg)
$\Bigg(x\Bigg)$
\Bigg( x \Bigg)
其他的大括号类似增大括号的方法
算式
Markdown
$\Bigg(\bigg(\Big(\big((x)\big)\Big)\bigg)\Bigg)$
\Bigg(\bigg(\Big(\big((x)\big)\Big)\bigg)\Bigg)
$\Bigg[\bigg[\Big[\big[[x]\big]\Big]\bigg]\Bigg]$
\Bigg[\bigg[\Big[\big[[x]\big]\Big]\bigg]\Bigg]
$\Bigg \langle \bigg \langle \Big \langle\big\langle\langle x \rangle \big \rangle\Big\rangle\bigg\rangle\Bigg\rangle$
\Bigg \langle \bigg \langle \Big \langle\big\langle\langle x \rangle \big \rangle\Big\rangle\bigg\rangle\Bigg\rangle
$\Bigg\lvert\bigg\lvert\Big\lvert\big\lvert\lvert x \rvert\big\rvert\Big\rvert\bigg\rvert\Bigg\rvert$
\Bigg\lvert\bigg\lvert\Big\lvert\big\lvert\lvert x \rvert\big\rvert\Big\rvert\bigg\rvert\Bigg\rvert
$\Bigg\lVert\bigg\lVert\Big\lVert\big\lVert\lVert x \rVert\big\rVert\Big\rVert\bigg\rVert\Bigg\rVert$
\Bigg\lVert\bigg\lVert\Big\lVert\big\lVert\lVert x \rVert\big\rVert\Big\rVert\bigg\rVert\Bigg\rVert
$$ \left[ \begin{matrix} a & b & \cdots & a\\ b & b & \cdots & b\\ \vdots & \vdots & \ddots & \vdots\\ c & c & \cdots & c \end{matrix} \right] \tag{5} $$