Skip to content

1.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 21:48
· 309 commits to master since this release
b0e4884

Linter v1.23.0

This release is mostly made up of bug fixes, but there was the addition of sorting and dedupe YAML array values.

Features

  • Added a rule for dedupe YAML array values
  • Added a rule for sorting YAML array values

Bugs

  • Fixed a bug where escaped | values were messing up table recognition if it was in a table row
  • Fixed an issue with math block indicators that went from a single line to multiple accidentally getting the start of the line erroneously added to the next line when it got broken apart when not in a callout or blockquote
  • Fixed Re-Index Footnotes having an issue with Markdown Links as the values
  • Fixed an issue with Heading Blank Lines not working for for adding a blank line before a heading when Bottom=False and there was a tag on the line before a heading

What's Changed

  • Dedupe YAML Arrays by @pjkaufman in #985
  • Add Rule for Sorting YAML Array Values by @pjkaufman in #986
  • Fix Custom Table Parser Not Respecting Escaped Pipes by @pjkaufman in #1001
  • Fixed Content on Same Line as Math Block Indicator Getting Put At Start of Each Line Outside of a Blockquote for Inline Math for Moving Math Indicators to Their Own Lines by @pjkaufman in #1002
  • Fix Re-Index Footnotes Not Working for Markdown Link Values by @pjkaufman in #1007
  • Heading Blank Lines: Make Sure Tags on The Line Before a Heading Gets a Blank Line Added when Bottom=false by @pjkaufman in #1008
  • Release Prep with Docs by @pjkaufman in #1020

Full Changelog: 1.22.0...1.23.0