react-notion-x
react-notion-x copied to clipboard
Cannot render Latex Chemical Equations

Please follow the issue template.
E.g., what notion ID can I test this with?
It is working if you're using the library correctly; see here for a demo: https://react-notion-x-demo.transitivebullsh.it/7820b2d5300747b38e31344eb06fbd57
Hi Devs, I am trying to render this notion page: [Public Notion URL]. The rendered site with react-notion-x is [ here ] using the nextjs-notion-starter-kit.
As you can see, the Latex Chemical Equations can not be rendered correctly.
Thanks in advance!
would you please reopen this issues? @transitive-bullshit
Thanks for the repro case @tangly1024.
It definitely looks like a bug.
I'm not sure if this is a bug in our equation handling or in katex's rendering (which is what we're using under the hood to render things).
Hmmm, it looks like \ce and other chemistry-oriented latex features may not be included in katex by default. https://github.com/KaTeX/KaTeX/blob/b1311aff1bfeebd75df9389aadfba7a4a697b203/contrib/mhchem/README.md
Thank you for your help, this solves my questions.