-
Greetings , I would like to know is it possible to use the following configuration with rehype-mathjax ?
I tried to integrate xyjax with rehype-mathjax in my astro blog . Here is the
So here is my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! The options for I do not know
|
Beta Was this translation helpful? Give feedback.
Hi!
The options for
rehype-mathjax
are explained in its readme: https://github.com/remarkjs/remark-math/tree/main/packages/rehype-mathjax#options.Those options do not include the options you specify above (your
MathJax
field).I do not know
xyjax-v3
.From its readme, it seems unmaintained and unfinished.
It also looks like a fork of mathjax than an extension.
rehype-mathjax
does not let you swap in a fork of mathjax.You can create your own fork of
rehype-mathjax
to support different forks of mathjax.