Thanks, nice article!
Only detail, the inline maths formula must have the double backslash before the parenthesis:
Please note: To use newline in an expression, you will have to use (\\) instead of the standard latex command (\).
You can render *LaTeX* mathematical expressions using MathJax. Wrap your inline expression in \\( and \\) Ex. \\( YOUR_EXPRESSION_HERE \\).
To use it as a separate block, wrap your expression in $$ or \\[ and \\]
Ex.
$$
YOUR_EXPRESSION_HERE
$$
--OR--
\\[
YOUR_EXPRESSION_HERE
\\]