|
For example, the text is: I expect it renders the first line to js code, but the third line to plain text I know the Is it possible to output pure text just when the text isn't js expression? |
Answered by
wooorm
May 2, 2022
Replies: 1 comment 2 replies
|
Your question is vague. Please provide more information. See the support docs for more info: https://mdxjs.com/community/support/ If you are asking about how escape |
2 replies
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your question is vague. Please provide more information. See the support docs for more info: https://mdxjs.com/community/support/
If you are asking about how escape
{, the you can use\{or{'{'}. More info on what MDX is, is available in the docs: https://mdxjs.com/docs/what-is-mdx/.