Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 551 Bytes

File metadata and controls

31 lines (22 loc) · 551 Bytes

MDX

A Vale configuration for sites using MDX. You'll want to following the MDX installation instructions before using this package.

Getting Started

To get started, add the package to your configuration file (as shown below) and then run vale sync.

StylesPath = styles
MinAlertLevel = suggestion

Packages = MDX

[*]
# The 'Vale' is optional;
#
# Run `ls-config` to see the
# MDX configuration settings.
BasedOnStyles = Vale

Testing

$ make test