-
Hey everyone, I'm looking for a way to automatically replace The reason is because my users will be able to write markdown, and I don't want to make them put funny symbols in their blog posts because mdx is strict about it. What's the best way to allow these characters? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Dec 4, 2022
Replies: 1 comment 2 replies
-
You can’t. If you want markdown, configure MDX to parse markdown. If you want MDX, and thus JavaScript, you need to explain to your users that they need to write valid MDX and JS(X). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cysabi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can’t. If you want markdown, configure MDX to parse markdown. If you want MDX, and thus JavaScript, you need to explain to your users that they need to write valid MDX and JS(X).