This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
v0.0.3
Added
- Installing .markdownlintrc file with this package.
- Formatted all code using black. Added Github Action to ensure future commits are consistent with black formatting.
- Using markdownlint statick plugin to check documentation files.
Changed
- Switched from travis ci to github actions.
Fixed
- Limit discovery plugins to only markdown files in md config levels. (@tdenewiler)