Home Markdown Tutorial
Post
Cancel

Markdown Tutorial

Heading (H1)

Smaller heading (H2)

Even smaller heading (H3)

Even smaller smaller heading (H4)

Lists

Ordered list

  1. Apples
  2. Bananas
  3. Carrots

Unordered list

  • Chapter
    • Section
      • Paragraph

Task list

  • Do my physics HW
  • Finish my english paper
    • Find sources online
    • Write the paper
    • Pray
  • Do my math HW

Description list

Sun
the star around which the earth orbits
Moon
the natural satellite of the earth, visible by reflected light from the sun

Code

Inline

This is an example of inline code.

Code block

Regular block:

1
This is a common code snippet, without syntax highlight and line number.

Specific languages (e.g. Java):

1
System.out.println("Hello world!");

Miscellaneous

Block quote

This is a block quote.1

Tables

Programming LanguageInventorUseful for
JavaJames GoslingPassing the AP
PythonGuido von RossumTraining bots
Wolfram LanguageStephen WolframDoing your homework

https://yu-dylan.github.io/ or click this.

LaTeX

Powered by MathJax:2

\[\sum_{n=1}^\infty \frac1{n^2} = \frac{\pi^2}{6}\]

Theorem (Quadratic formula). Let $a\neq 0$. Then the two solutions to $ax^2 + bx + c = 0$ are given by

\[x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}.\]

Footnotes

  1. The footnote source 

  2. The 2nd footnote source 

This post is licensed under CC BY 4.0 by the author.