You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to add the plugins "remark-math" and "rehype-mathjax" to the MDC configuration but it doesn't work and the "docs" are not clear about that.
It works with the @nuxt/content module, but I need it to work with the MDC module because my markdown is coming from a database, not from the content directory.
I am not sure. I tried it the same way as remark-flexible-code-titles, which worked, but for remark-math it didn't. Then i switched to [require.resolve('remark-math')], which unfortunately doesn't seem to work too.
I've been trying to add the plugins "remark-math" and "rehype-mathjax" to the MDC configuration but it doesn't work and the "docs" are not clear about that.
It works with the @nuxt/content module, but I need it to work with the MDC module because my markdown is coming from a database, not from the content directory.
What I tried in my nuxt.config.ts file:
The text was updated successfully, but these errors were encountered: