Adds support for MDX comments and other non-standard markup.
Add it to your .vale.ini, then run vale sync.
Packages = MDX
[*.md]
BasedOnStyles = Vale, MDX The name installs the latest release each time vale sync runs. To stay on v0.3.0, the release this page describes, give its URL instead:
Packages = https://github.com/vale-cli/MDX/releases/download/v0.3.0/MDX.zip This package ships configuration rather than rules — it sets up Vale for a particular format or workflow.