Linter v1.14.0
This release mostly dealt with minor bug fixes, but it also went ahead and added 2 new rules.
Notable Changes:
- Added ability to remove spaces before a user defined list and after another user defined list
- One caveat is that neither list should be used with
{
or}
as it will cause issues with how the Linter ignores things
- One caveat is that neither list should be used with
- Added the ability to set the blockquote/callout style for blockquote indicators to determine whether or not they should have a space after
>
What's Changed
- Fix Blockquotes Merging When Blank Blockquote Line Between 2 Blockquotes by @pjkaufman in #705
- Fix Table Matching Logic and Add Paragraph Blank Lines Example by @pjkaufman in #706
- Fix Tab Heading Text by @pjkaufman in #716
- Add Rule for Removing Space Either Before or After the Specified Characters by @pjkaufman in #717
- Add Blockquote Style Rule by @pjkaufman in #718
- Fix
YAML Title Alias
Not Escaping Commas by @pjkaufman in #720 - Cleaned Up List Item Text Update Logic by @pjkaufman in #721
- Release Prep by @pjkaufman in #722
Full Changelog: 1.13.0...1.14.0