Releases: appmattus/markdown-lint
Releases · appmattus/markdown-lint
Additional names added to ProperNamesRule
Add CHANGELOG.md to allowed uppercase file names
0.5.1 Add CHANGELOG to allowed uppercase filenames
New rules for image validation and terminating newline char
0.5.0 Update to latest dependencies (#21)
Updating task to appear in gradle tasks list
0.4.1 Add group and description to markdownlint task
Upgrade to Kotlin 1.3.31 and remove use of script engine
Upgrade Kotlin to 1.3.31 and remove script engine (#11) * Upgrade Kotlin to 1.3.31 and remove script engine * Update readme.
New rules for link validation
Previously added rules weren't enabled, these are now on by default.
ProperNamesRule fix codeBlocks logic and now ignores code block language
Fixes to ProperNamesRule (#10) * ProperNamesRule fix codeBlocks logic and now ignores code block language
Fixes for Windows end of line characters
0.3.1 Fix parsing issues with Windows end of line characters (#9)
Improvements to error messages
Additionally adding new ConsistentEmphasisStyleRule along with various bug fixes.
Support for task lists and a bug fix to ListIndentRule
Add support for task list items (#8) Fixes https://github.com/appmattus/markdown-lint/issues/7