Skip to content

1.15.0

Compare
Choose a tag to compare
@pjkaufman pjkaufman released this 25 May 00:49
· 456 commits to master since this release
48d77fd

Linter v1.15.0

This release was more focused on some of the requested features like the ability to turn the Linter off for certain portions of a file and allowing YAML Title to not just use the first H1 and then the filename if the H1 was not present.

Notable Changes:

  • Custom ignore was added and it allows you to use the syntax <!-- linter-disable --> to disable the Linter from that point until the next instance of <!-- linter-enable --> in the file. Read more on this here.
    • If there is a desire to have the ability to turn of specific rules rather than all rules, please let us know on #726
  • YAML Title now has 3 modes to choose from: get title from filename, get title from first H1, and get title from first H1 or filename if there is no H1
  • You can decide whether to use smart or straight quotes in files

What's Changed

Full Changelog: 1.14.0...1.15.0