-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Katex rendering not working with MDX #1391
Comments
Probably this Gatsby issue: gatsbyjs/gatsby#28031 |
It looks to be a different issue as even the simplest math formulas are not rendering as opposed to complex formulas in the attached issue. |
Hmm, might be? I would personally avoid gatsby-remark-* projects. |
@sonapraneeth-a The solution of using regular remark and rehype plugins that @wooorm proposed should work. This is how I set it up to work. |
The workaround by @nikoladev works. Thanks 👍 |
Subject of the issue
Math blocks not rendering properly when using KaTeX with MDX
Your environment
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working and simplified example.
Repo link
npm install
npm run develop
http://localhost:8000/info/
Website
Expected behaviour
What should happen?
Actual behaviour
What happens instead?
The text was updated successfully, but these errors were encountered: