v0.9.30
Version 0.9.30 - Date: 2025-04-19
Apologies for a late release, but we wanted to get some outstanding issues resolved before the release. Notable things to mention are:
- Blanket disabling and then selective enabling of rules
- New pragma disable and enabled commands
- Exclusion of specific files and glob file paths from scanning
And while it may not be visible, a lot of work has been completed on getting proper Table token support in the application. As the rules engine is largely token based, any desired rules that include tables must rely on well-tested support for the new table token. Our development team is hoping to make more progress on this in the next couple of months, and will announce it loudly when it is completed!
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 1396
- Support for specific rule enablement
- Disabling of all rules and then selective enabling
- Issue 1401
- Ability to exclude files from the command line
- Issue 1403
- Added
disableandenablefor pragmas
- Added
Fixed
- Issue 1379
- Fixed rehydration issues for test_extra_052l* and test_extra_052m*
- Precursor for addressing the fix mode Md031 tests
- Issue 1380
- Fixing the 2 Md031 tests now unblocked from Issue 1379
- Issue 1387
- Fixed Md005 not firing properly within alternating ordered and unordered list
- Issue 1401
- Fixed a small issue with the
**glob characters not working properly
- Fixed a small issue with the
Changed
- None