Proselint wrapper with a friendly reporter. Also skips text in Markdown code blocks.
brew install proselint
npm install -g proselintpip install proselint
npm install -g proselintproselintjs filename.md
proselintjs *.md
proselintjs 'pattern/**/*.md'You can disable any rule in ~/.proselintrc:
{
"checks": {
"typography.diacritical_marks": false
}
}See the original proselint docs for more details.
The changelog can be found on the Releases page.
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Artem Sapegin and contributors.
MIT License, see the included License.md file.
