rumdl¶
rumdl is a high-performance Markdown linter and formatter written in Rust.
Installation¶
You can install rumdl using several common package managers.
Config¶
rumdl can be configured using a .rumdl.toml file in the project root.
.rumdl.toml
To initialize a new configuration file:
Usage¶
CLI Commands¶
1. Check all Markdown files in the current directory
2. Automatically fix lint issues
3. Format Markdown files