textlint-plugin-rst

0.1.1 • Public • Published

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-rst

Usage

  • Add --plugin rst to commoand options
  • or
  • Add following codes to .textlintrc
{
    "plugins": [
        "rst"
    ]
}

License

MIT

Package Sidebar

Install

npm i textlint-plugin-rst

Weekly Downloads

53

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jimo1001