Usage
Math equations are implemented via MathJax3. Use MathJax (LaTeX) syntax to add your math equations (inline or as a block).
Note, Because MathJax 3 broke support for MathJax 2 style equations parsed by Kramdown, equations are only recognized by the $$
tag.
Examples
Block equations:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
Inline equations:
When $$a \ne 0$$ , there are two solutions to $$(ax^2 + bx + c = 0)$$.
When \(a \ne 0\) , there are two solutions to \((ax^2 + bx + c = 0)\).