Skip to content

HTML does not render properly #12

@mjyoung

Description

@mjyoung

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

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>

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions