textlint-plugin-review-starter
v0.1.4
Published
textlint Re:VIEW Starter processsor plugin.
Downloads
45
Maintainers
Readme
textlint-plugin-review-starter
Add Re:VIEW Starter support for textlint.
forked from textlint-plugin-review
What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md
Installation
npm install textlint-plugin-review-starter
Usage
Manually add review plugin to your .textlintrc
like:
{
"plugins": [
"review-starter"
]
}
Lint Re:VIEW Starter file with textlint:
$ textlint ch01.re
Re:VIEW Starter Extensions
- Inline command
- fence
$|
- Nested inline command
- B
- W
- weak
- small,xsmall,xxsmall
- large,xlarge,xxlarge
- userinput
- cursor
- secref
- term
- termnoidx
- par
- file
- hlink
- LaTex,Tex,hearts
- fence
- Block command
- abstract
- chapterauthor
- output
- program
- sideimage
- terminal
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT
If you distribute textlint-plugin-review-starter, you might enjoy the LICENSE-MIXING document.