Quick Sample
Welcome to Markdown Preview.
- Bullet item A
- Bullet item B
- First
- Second
Inline code: const msg = "hello"
function greet(name) {
return `Hi, ${name}!`
}
Links
Here are some link examples:
- Markdown Guide - A comprehensive guide to Markdown
- GitHub - Code hosting platform
- Example with title
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.