textlint-plugin-asciidoc-loose

textlint plugin for asciidoc/asciidoctor

Usage no npm install needed!

<script type="module">
  import textlintPluginAsciidocLoose from 'https://cdn.skypack.dev/textlint-plugin-asciidoc-loose';
</script>

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-loose

Usage

{
    "plugins": [
        "asciidoc-loose"
    ]
}

File Extension

This plugin recognize these file extension as asciidoc file.

Tests

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT