Mathquill and HTML tags

1k Views Asked by At

I am using mathquill as:

<span class="mathquill-embedded-latex">'\text{Is }x^3+1\text{a linear equation? <br/> If true, mark Yes.}'</span>

But, how to ensure that html tags are getting rendered. Because when I display the above I get something like this:

https://i.stack.imgur.com/FS1kf.png

Which means that the html tags aren't rendering. What can I do to render html tags?

1

There are 1 best solutions below

4
On

Try output as latex only equation:

<span>Is <span class="mathquill-embedded-latex">'x^3+1'</span> a linear equation? <br/> If true, mark Yes.</span>