I am trying to display inline math but looks like I am doing something wrong. I wrap entire HTML content that comes from a database into <MathJaxContext> and <MathJax> objects like this:
{myHtml}
This is my source HTML from the CMS:
And this is the render result:
How do I need to wrap my inline math inside paragraph to render correctly?
Hello,
I am trying to display inline math but looks like I am doing something wrong. I wrap entire HTML content that comes from a database into
<MathJaxContext>
and<MathJax>
objects like this:This is my source HTML from the CMS:
And this is the render result:
How do I need to wrap my inline math inside paragraph to render correctly?