textlint-plugin-rst
v0.1.1
Published
reStructuredText support for textlint
Maintainers
Readme
textlint-plugin-rst
reStructuredText(*.rst) support for textlint.
Installtion
To install textlint-plugin-rst, the follow python package must be installed.
And run follow command.
npm install textlint-plugin-rstUsage
- Add
--plugin rstto commoand options - or
- Add following codes to
.textlintrc
{
"plugins": [
"rst"
]
}License
MIT
