textlint-plugin-asciidoc-loose
v1.0.1
Published
textlint plugin for asciidoc/asciidoctor
Readme
textlint-plugin-asciidoc-loose
AsciiDoc/Asciidoctor loose support for textlint.
Limitation
- Support only "Paragraph" and "Str"
- Work on Node.js. This limitation come from vscode-textmate.
- Oniguruma is native module.
If you interesting in the plugin, please pull request to improve!
Installation
npm install textlint-plugin-asciidoc-looseUsage
{
"plugins": [
"asciidoc-loose"
]
}File Extension
This plugin recognize these file extension as asciidoc file.
".asciidoc",
".adoc",
".asc"
http://asciidoctor.org/docs/asciidoc-recommended-practices/
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
