-
-
Notifications
You must be signed in to change notification settings - Fork 874
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
Unable to parse latex using rehypeKatex plugin #851
Comments
Please fix your markdown. I cannot read this. |
fixed it |
Thanks! Next step, when raising an issue, is to try to make your reproduction smaller. Then, search through the existing issues. If you look for So, it seems that this error occurs because you use an older bundler with bugs: likely Parcel. Can you confirm this is the case? |
Yes, I checked the issue disappeared by manually doing
and
|
This comment was marked as duplicate.
This comment was marked as duplicate.
Hi! Thanks for taking the time to contribute! Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related. Thanks, |
Initial checklist
Affected packages and versions
react-markdown:^9.0.0
Link to runnable example
No response
Steps to reproduce
Run the following code
Expected behavior
Should render latex equations on the page3
Actual behavior
giving error:
_propertyInformation.hastToReact is undefined
Runtime
Node v17
Package manager
npm 8
OS
macOS
Build and bundle tools
Parcel
The text was updated successfully, but these errors were encountered: