Socket
Socket
Sign inDemoInstall

@hipster/mdx2-issue-checker

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hipster/mdx2-issue-checker

Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues


Version published
Weekly downloads
90
decreased by-35.25%
Maintainers
2
Weekly downloads
 
Created
Source

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

Specify a directory to check:

npx @hipster/mdx2-issue-checker /path/to/directory

Verbose 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

FAQs

Package last updated on 02 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc