Fixed
- MD062: treat a lone quote in a link destination as part of the URL (b3aea98)
- config: stop directory config discovery at the canonical project root (ef9f3f6)
- config: match root config by canonical path in per-directory resolution (4442a9f)
- output: relativize the verbose 'Processing file' path on Windows (35986d6)
- output: normalize remaining displayed paths to forward slashes on Windows (dbfb3ef)
- output: use forward slashes in displayed paths on Windows (7049c01)
- MD049,MD037: Preserve inline code inside emphasis during auto-fix (#652) (a1b1055)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.6-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.6-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.6-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.6-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.6-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.6-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.6-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.