1.0.1 • Published 2 years ago
textlint-plugin-mdx v1.0.1
textlint-plugin-mdx
Installation
# npm
npm install textlint-plugin-mdx
# Yarn
yarn add textlint-plugin-mdx
# pnpm
pnpm add textlint-plugin-mdx
# Bun
bun add textlint-plugin-mdxUsage
{
"plugins": {
"mdx": true
}
}Options
extensions:string[]- Additional file extensions for MDX
Contributing
- 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