Markdown support for textlint.
npm install @textlint/textlint-plugin-markdownMarkdown support for textlint.
npm install @textlint/textlint-plugin-markdown
Built-in support on textlint.
No need configuration.
------
Following config is set by default.
```
{
"plugins": {
"@textlint/markdown": true
}
}
- extensions: string[].textlintrc
- Additional file extensions for markdown
For example, if you want to treat MDX as markdown, put following config to
`json5`
{
"plugins": {
"@textlint/markdown": {
"extensions": [".mdx"]
}
}
}
npm test
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT