The itemize and enumerate environments are not natively supported in MathJax because MathJax is primarily designed to render mathematical notation, not general LaTeX environments like lists. However, you can manually add bullet points using \bullet.
Here is an example:
\(
\bullet \textbf{ Point 1: } \\
\bullet \textbf{ Point 2: }
\)