proselint
Proselint wrapper with a friendly reporter. Also skips text in Markdown code blocks.
Installation
pip install proselintnpm install -g proselint
Usage
proselintjs filename.mdproselintjs *.mdproselintjs 'pattern/**/*.md'
Configuration
You can disable any rule in ~/.proselintrc
:
See the original proselint docs for more details.
Changelog
The changelog can be found on the Releases page.
Contributing
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Authors and license
Artem Sapegin and contributors.
MIT License, see the included License.md file.