MarkdownLint Command Line Interface
markdownlint-cli is a command-line interface for the markdownlint linting tool, enabling users to check and fix Markdown files for style and formatting issues. The project is written for Node.js and can be installed via npm or Homebrew, and also supports Docker deployment. It offers extensive configuration options through JSON, JSONC, YAML, TOML, and JavaScript configuration files, along with command-line arguments to enable or disable specific rules, ignore files, and automatically fix issues. The project is maintained by Igor Shubovych and is licensed under MIT.