SamyPesse / react-mathjax

React component to display math formulas
Apache License 2.0
95 stars 35 forks source link

{longdiv} is not working sometimes. #54

Open Satosh-J opened 2 years ago

Satosh-J commented 2 years ago
let tex = '12\\enclose{longdiv}{48}'
  return (
    <Box sx={{ minWidth: 200, fontSize: 30, color: 'white' }}>
      <MathJax.Provider>
        <MathJax.Node
          formula={he.decode(tex)}
        />
      </MathJax.Provider>
    </Box>
  );

this displays incorrectly.