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-starterUsage
Manually add review plugin to your .textlintrc like:
{
"plugins": [
"review-starter"
]
}Lint Re:VIEW Starter file with textlint:
$ textlint ch01.reRe: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 testContributing
- 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.