跳到主要内容

Markdown

Headings

H3

H4

H5
H6

link to headings

learn Markdown in 10 minutes

a footer link1

image

Paragraph & Formats

line1 line2
line3

line4

bold

italic

strikethrough

underline

==highlight==

%% comment %%

code


Lists

Unordered List

  • 1
  • 2
  • 3

Ordered List

  1. a
  2. b
    1. a
    2. b
    3. c
  3. c

Task List

  • a
  • b
  • c

Definition List

Blockquotes

1
2

Admonitions

[!note] github alerts

  • note
  • tip
  • important
  • warning
  • caution
信息
  • note
  • tip
  • info
  • waring
  • danger

Code

console.log('Hello World!');

Math Equations

inline

Let f ⁣:[a,b]Rf\colon[a,b]\to\R be Riemann integrable. Let F ⁣:[a,b]RF\colon[a,b]\to\R be
F(x)=axf(t)dtF(x)=\int_{a}^{x} f(t)\,dt. Then FF is continuous, and at all xx such that
ff is continuous at xx, FF is differentiable at xx with F(x)=f(x)F'(x)=f(x).

block

I=02πsin(x)dxI = \int_0^{2\pi} \sin(x)\,dx

Diagrams

Tables

Column 1Column 2Column 3
Data 1Data 2Data 3

Parser

Editor

Resources

Footnotes

  1. test footer note