+1 vote
in General IT Tips by (15.9k points)

I want to create bullet points using MathJax code for a WordPress post. I used LaTeX syntax within \begin{itemize}...\end{itemize}. But it gave the error: "Unknown environment 'itemize'". Is there any other LaTex code that MathJax supports?

1 Answer

+2 votes
by (88.8k points)
selected by
 
Best answer

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: } 

\)

Related questions

+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
asked Apr 10, 2023 in General IT Tips by praveen (74.8k points)
+1 vote
1 answer

...