We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.8.1
No response
For an .mdx file, when saving this content
.mdx
{/* Lorem ipsum ## Dolor salet */}
it is saved as
{/\* Lorem ipsum ## Dolor salet \*/}
The \ should not be inserted?
\
.
The text was updated successfully, but these errors were encountered:
The issue title does not match up with the description. Commenting does not cause this issue. Formatting doesn’t either.
You are probably formatting the code with Prettier. Prettier does have this issue. See this playground.
Sorry, something went wrong.
Thanks!
prettier/prettier#15163
No branches or pull requests
Initial checklist
Affected packages and versions
v1.8.1
Link to runnable example
No response
Steps to reproduce
For an
.mdx
file, when saving this contentit is saved as
Expected behavior
The
\
should not be inserted?Actual behavior
.
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: