0.1.0 • Published 3 years ago
@ynitto/textlint-plugin-asciidoc v0.1.0
textlint-plugin-asciidoc
Asciidoc support for textlint using asciidoctor.js.
This is inspired by textlint-plugin-asciidoctor and appended some features;
- Typescript
- asciidoctor.js >= 2.1.0 support
- Some syntax support
- If you find unsupported syntax, please create an issue.
Installation
> npm install @ynitto/textlint-plugin-asciidocUsage
{
"plugins": [
"@ynitto/asciidoc"
]
}File Extension
This plugin recognize these file extension as asciidoc file.
- ".adoc"
- ".asciidoc"
- ".asc"
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
Alternatives
License
MIT