harunurhan / react-latex-next

Render LaTeX in React apps
https://react-latex.netlify.app
88 stars 17 forks source link

Add render prop (renderFallback) to use when latex rendering fails #9

Closed harunurhan closed 4 years ago

harunurhan commented 4 years ago

Error may be thrown happen for various reasons from katex, for instance when one of the fragments has special chars like \overline{ℳ}_{ℊ,𝓃}

harunurhan commented 4 years ago

Added strict address some issues such as the error in this issue. So closing this for now, please let me know if anybody needs custom handling/rendering incase of an error.