1.19.1
Linter v1.19.1
This release is a patch for a couple of issues that were noticed around Lint on File Change. This should fix trying to lint a file that has been deleted and linting non-markdown files (i.e. files that do not have the extension md).
Bugs
- Ignored inline code for removing space around specific characters
- Fixed
Lint on File Changethrowing an error when the current file is deleted - Fixed an issue with
Lint on File Changelinting non-markdown files - Fixed an issue with empty lines around code blocks breaking apart a callout
What's Changed
- Ignored Inline Code for
Remove Space Around Charactersby @pjkaufman in #832 - Fix
Lint on File ChangeThrowing an Error on Current File Delete by @pjkaufman in #835 - Fixed an Issue with
Empty Lines Around CodeBreaking Some Callouts Apart by @pjkaufman in #836 - Add Extra Logs for Rule Output when a Rule Runs by @pjkaufman in #839
- Fix Linting Non-Markdown Files for
Lint on File Changeby @pjkaufman in #838
Full Changelog: 1.19.0...1.19.1