Markdown 示例

Math#

Inline Formula#

x2+y2=z2x^2 + y^2 = z^2

Block Formula#

q1=qˉq2(q1=qˉif ||q|| = 1)q^{-1} = \cfrac{\bar{q}}{||q||^2} \quad \begin{pmatrix} q^{-1} = \bar{q} & \text{if ||q|| = 1} \end{pmatrix}

这是一个数学公式#

E=mc2E = m\cdot c^2

这是一段代码#

interface Duck {
fly(): void
}

这是一个列表#

  • apple
  • banana

这是一个段落#

Something inline code emphasis strong xxxx xxxxx

这是一个表格#

NameAgeGender
Tom18male
Bob23female
Docusaurus green and Facebook blue are my favorite colors.

I can write Markdown alongside my JSX!

Last updated on