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. (Thomas Denewiler, tdenewiler)