Math equations
Write math equestions with LaTeX syntax.
Inline math
To render your equation as a block, paste it between single $
.
Example:
$\sqrt{a^2 + b^2}$
Renders as:
Block math
To render your equation as a block, paste it between double $$
.
Example:
$$
\begin{vmatrix}a & b\\
c & d
\end{vmatrix}=ad-bc
$$
Renders as:
Documentation on supported math syntax can be found in KaTeX docs.