forked from MatejBransky/react-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
In the mathjax.org demo you can do something like this:
<p>This some some paragraph text.</p>
<strong>And here's some bold text with a linebreak.</strong><br />
If `y = 10`, what is `x` when `x = y/5 + 4`?
and it would render HTML properly:

This doesn't work with react-mathjax2:
<MathJax.Context
input="ascii"
>
<div>
<div>
<h2>With MathJax.Text</h2>
<MathJax.Text text={asciiText} />
</div>
<div>
<h2>With MathJax.Node</h2>
<MathJax.Node>{asciiText}</MathJax.Node>
</div>
</div>
</MathJax.Context>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
