Quick Sample

Welcome to Markdown Preview.

  • Bullet item A
  • Bullet item B
  1. First
  2. Second

Inline code: const msg = "hello"

function greet(name) {
  return `Hi, ${name}!`
}

Here are some link examples:

Math Formulas

Inline math: (E = mc^2) and (a^2 + b^2 = c^2)

Display math: $$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$

Quadratic formula: $$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$

Footnotes

This is a sentence with a footnote1. You can also add multiple footnotes2 in the same document.

Footnotes

  1. This is the first footnote definition.

  2. This is the second footnote with more details about the topic.