---

layout: post
date: 2022-05-21
link: https://github.blog/2022-05-19-math-support-in-markdown/
title: Math support in Markdown
cited: GitHub

---

Not gonna need it but pretty cool nonetheless.

> For example, the following Markdown will render nicely

```markdown
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} $$
```
