This is my markdown heading!

And a short list…

  1. An item
  2. Another item
  3. A third and final item

And some math for fun

When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

And some more math

Inline math: $a^2 + b^2 = c^2$

Display math:

$$ \sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} $$