Homebrew tap for rumdl - A fast Rust-based Markdown linter with real-time diagnostics and auto-fixes.
brew tap rvben/rumdl
brew install rumdlOr install directly:
brew install rvben/rumdl/rumdlTo update rumdl to the latest version:
brew update
brew upgrade rumdlbrew uninstall rumdl
brew untap rvben/rumdlrumdl provides:
- 🚀 Fast Performance: Written in Rust for speed and efficiency
- 📝 50+ Linting Rules: Comprehensive Markdown validation with MD001-MD058
- 🔧 Auto-fix Support: Automatically fix many common issues
- 🎯 Smart Defaults: Sensible configuration out of the box
- 🔌 Editor Integration: LSP support for VS Code, Neovim, and other editors
- 🐍 Python Bindings: Install via pip for Python integration
- 📊 Multiple Output Formats: JSON, SARIF, GitHub, GitLab, and more
Check a single file:
rumdl check README.mdCheck and auto-fix issues:
rumdl check --fix README.mdCheck all Markdown files in a directory:
rumdl check .For more information, visit the main repository.
If you encounter any issues with the Homebrew formula, please file an issue in this repository.
For issues with rumdl itself, please use the main repository's issue tracker.
The formula in this repository is licensed under the MIT License.
rumdl itself is also licensed under the MIT License.