The problem is $x^2$
. I want to make a math equation. $x^2$
should be x power 2
. this is the js code
const quizdata = [{
question: "$x^2$ Characterized by skill at understanding and profiting by circumstances",
options: ["Prescient", "Analyst", "Diminution", "Shrewd"],
answer: "Shrewd",
category: 1
}],
is there a way to display math equation for this case?