Skip to content

jimo1001/textlint-plugin-rst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

reStructuredText support for textlint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published