You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot see any significant changes in the recent release history to suggest any different, but I see the ConfigGenerator has a MDX checkbox which uses a package - this would suggest this is officially supported but I get that it's worked around atm. I've tried with and without this and cannot get vale to even read mdx files so I wanted to check if the old way using [formats] worked still (my docs don't have any comments in so the approach referred above should work for me) with
StylesPath = .github/stylesMinAlertLevel = errorIgnoredScopes = code, tt, img, url, aSkippedScopes = script, style, pre, figure, code# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs, and angle brackets.Packages = MDX[formats]mdx = md[*.{md,mdx}]BasedOnStyles = MyStyles[*.mdx]CommentDelimiters = {/*, */}
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: