react-mathjax icon indicating copy to clipboard operation
react-mathjax copied to clipboard

{longdiv} is not working sometimes.

Open Satosh-J opened this issue 3 years ago • 0 comments

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.

Satosh-J avatar Jun 21 '22 02:06 Satosh-J