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.mdImportant: For performance reasons, the inline scopes --
code,link,strong, andemphasis-- have been deprecated. The recommended approach for these rules now is to usescope: rawand match against the related markup syntax.