Replies: 1 comment 1 reply
-
Some context, remark plugins work specifically on markdown, not HTML. rehype works specifically on HTML, not markdown.
Have you checked if MathJax 3 supports the syntax you are using? Also have you checked that you've passed rehype-mathjax the same settings you passed to mathjax-node? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm curious as to why remark-math uses rehype mathjax instead of going directly from remark to chtml. I want to try and implement states which will allow me to use \ref blocks within a page (gatsbyjs), but can't figure out how. I had done this previously for mathjax-node. But mathjax-node uses mathjax 2, while remark-mathjax uses mathjax 3 and I would like to go with it instead.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions