Skip to content

Version 0.9.28 - Date: 2025-02-10

Latest
Compare
Choose a tag to compare
@jackdewinter jackdewinter released this 13 Feb 02:15
· 2 commits to main since this release
8f3c811

The work continues! Working through the categorized list takes time, but it is well worth it. We are also working on improving our bash and github actions infrastructure, making it easier to release the project each month.

A big thanks to our users who are reporting issues with the project! While we would like to believe we can think of every test case, we know we cannot. Therefore, we continue to need our users to help us out. If you are scanning any Markdown documents and the results seem off, please file an issue. If you are starting to use our fix mode on your Markdown documents and there are issues, please file an issue. We appreciate any help that we can get to improve the project for everyone!

Added

  • Issue 1289
    • added documentation under Pre-Commit for how to write the configuration file for Pre-Commit if an alternate extension is needed for the files being scanned
  • Issue 1318
    • ported perf_*.cmd scripts to perf_.sh scripts
  • Issue 1320
    • added ShFmt .sh formatter to Pre-Commit configuration
  • Issue 1322
    • added Shellcheck .sh scanner to Pre-Commit configuration
  • Issue 1327
    • added simple mechanism to log and view performance measurements

Fixed

  • Issue 1302
    • reported issue where C\# at the end of a header was triggering rule Md020 for no spaces between end mark of an Atx Heading
  • Issue 1326
    • fix mode for MD012 not properly handling double lines in lists after new list indicators
  • Issue 1288
    • rule Md037 and documentation updated to properly ensure that at least one of the two ends has spaces on both sides of the emphasis sequence
  • Issue 1334
    • fixed SNAFU1 for MD031 fix mode, assert
  • Issue 1344
    • fixed SNAFU6 for MD031 fix mode, assert
  • Issue 1346
    • fixed SNAFU8 for MD031 fix mode, assert

Changed

  • Issue 1277
    • Rule Md044 changed to add a code_spans exclusion as a compliment to the code_blocks exclusion.