Satsuki notation support for textlint. With this plugin, textlint ignores errors in blockquote elements, pre elements, and inline tags.
Run follow command.
$ npm install textlint-plugin-satsuki
Add following codes to .textlintrc
.
{
"plugins": [
"satsuki"
]
}
Run follow command.
$ npm test
Apache License, Version 2.0