Formulas
Formulas can be added within the text. To add one, click Edit Markdown in the right panel and enter the code.
For a formula on a separate line:
Markdown code:
$$ \int_a^b f(x)\,dx = F(b) - F(a) $$Result:
$$ \int_a^b f(x),dx = F(b) - F(a) $$
For an inline formula:
Markdown code:
$E = mc^2$Result:
For more details on syntax, refer to the GitHub documentation.