github errata-ai/vale v2.26.0

latest releases: v3.7.1, v3.7.0, v3.6.1...
16 months ago

You can now pass custom output templates relative to the active StylesPath:

# Will evaluate to `StylesPath/tmpl/myoutput.tmpl`, if `tmpl/myoutput.tmpl` doesn't exist.
$ vale --output=tmpl/myoutput.tmpl test.md

Important: For performance reasons, the inline scopes -- code, link, strong, and emphasis -- have been deprecated. The recommended approach for these rules now is to use scope: raw and match against the related markup syntax.

Changelog

  • 61f6b97 refactor: support templates in StylesPath
  • caabd52 fix: allow - in code:: blocks (#619)

Don't miss a new vale release

NewReleases is sending notifications on new releases.