Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 534 Bytes

File metadata and controls

28 lines (19 loc) · 534 Bytes

textlint-plugin-rst

reStructuredText(*.rst) support for textlint.

Installation

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 command options
  • or add following codes to .textlintrc
{
    "plugins": [
        "rst"
    ]
}

License

MIT