@hipster/mdx2-issue-checker
v0.0.9
Published
Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues
Readme
mdx2-issue-checker
This package is a simple tool to check for issues in the MDX2 files.
It's a wrapper of remark-cli which uses the remark-mdx plugin to check your .mdx files.
Usage:
Default usage - Will check all the files in the current directory:
npx @hipster/mdx2-issue-checkerSpecify a directory to check:
npx @hipster/mdx2-issue-checker /path/to/directoryVerbose mode - By default, it will only display the files with errors. If you want to see all files which the CLI has gone through, you can use the --verbose flag:
npx @hipster/mdx2-issue-checker --verbose