Added
- md043: report each heading mismatch via sequence alignment (d46dbef)
Fixed
- lsp: isolate rule panics from the document lint path (020d4a2)
- prevent stack overflow on deeply nested blockquote markers (1dd3ce5)
- write fixes atomically and exit non-zero on unreadable files (085d7fe)
- per-file-ignores: enforce centrally in the fix coordinator (c4b9899)
- fmt: honor per-file-ignores on the stdin pipeline (5b5e779)
- fmt: honor per-file-ignores in the fix pipeline (cb2d7f7)
- md043: say 'pattern position' in unsatisfied-wildcard warnings (9ffc105)
Performance
- md013: drop the per-check heading lookup allocation (f76a209)
- make semantic-line-break reflow iterative (5692564)
- md077: compute list-continuation ranges in linear time (d36b017)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.28-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.28-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.28-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.28-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.28-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.28-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.28-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.