reStructuredText support for textlint
npm install textlint-plugin-rstreStructuredText(*.rst) support for textlint.
To install textlint-plugin-rst, the follow python package must be installed.
And run follow command.
npm install textlint-plugin-rst
- Add --plugin rst to commoand options
- or
- Add following codes to .textlintrc
````
{
"plugins": [
"rst"
]
}