0.0.4 • Published 7 years ago

textlint-plugin-asciidoc v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

WIP textlint-plugin-asciidoc

Usage

{
    "plugins": [
        "asciidoc"
    ]
}

Limitaion

This plugin supports only 'Header','Paragraph' and 'Str'

File Extension

This plugin recognize these file extension as asciidoc file.

  • ".asciidoc",
  • ".adoc",
  • ".asc"

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