-
-
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
template literals #218
Comments
Thanks for filing an issue! This is a known bug with empty lines within JSX blocks (a problem with the remark parser). We're currently working on implementing a new custom parser to better handle JSX parsing. |
@johno oh cool. Is there an issue I can sub to follow that? |
#195 is what I'm currently referencing, but we can keep this open as well in case folks stumble upon it. Hoping to get a fix implemented in the next week. |
awesome |
Going to close this since we can track progress in #195. Thanks for opening up the issue! |
MDX appears to be trying to parse template literals into MDX Tags, rather than pass the value through.
MDX is transforming that into this:
which leads to this error:
I'd expect MDX to interpolate and pass the template literal value through to the component.
The text was updated successfully, but these errors were encountered: