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
Currently, people using Vale on MDX files tell Vale that it's just Markdown.
[formats] mdx = md
But it isn't! MDX has clear differences from Markdown:
import
{1 +1}
<div foo="bar">
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Check for existing issues
Describe the feature
Currently, people using Vale on MDX files tell Vale that it's just Markdown.
But it isn't! MDX has clear differences from Markdown:
import
{1 +1}
<div foo="bar">
should not generate warnings (applies to Markdown also)Syntax reference
The text was updated successfully, but these errors were encountered: