-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Markdown code block does not correctly render \$ #2441
Comments
It's actually an MDX bug. We previously reported it at mdx-js/mdx#902. |
@yangshun thanks for confirming this one, I looked for two hours but could not find anything. Let's await their fix 👍 |
for future reference: does this mean mdx-js is used for both |
@bravo-kernel I doubt this bug is a serious one and it's unlikely to get prioritized. It might never be fixed. Yes MDX is being used for both |
Thanks for confirming 💯. Maybe I can motivate someone to fix this one. |
Addressed in mdx-js/mdx#991 |
🎉 |
🐛 Bug Report
Inside a markdown code block,
\$
is presented as$
.To Reproduce
create a new docs page (
.md
or.mdx
)add the following markdown code block:
view rendered page
Expected behavior
We expect to see
$here\$sut
on rendered pageActual Behavior
We see
$here$sut
on rendered pageYour Environment
Reproducible Demo
❤️
The text was updated successfully, but these errors were encountered: