Added
- MD033: Relaxed fix mode that converts HTML tags with extra attributes (e.g.
target,rel,width,height) by dropping non-essential attributes during conversion. Event handler attributes (on*) are never dropped. Enable via config.
(#397)
Fixed
- Fix mode: Rules depending on
ctx.source_file(MD057, MD074) no longer silently skip validation during re-lint, preventing false "no issues found" results and exit code 0 when violations remained
(#435) - Fix coordinator: Non-convergence now reports the conflicting rules, observed cycle path, and concrete remediation steps (unfixable/disable/config options)
- MD012: Blank line sequences adjacent to ATX or Setext headings are now skipped, preventing conflicts with MD022's
lines-above/lines-belowsettings
(#429) - MD063: Proper-name preservation now uses unicode-safe case-folding with title/sentence/all-caps handling and link text coverage
(#431) - Import: Generated TOML output no longer has a trailing blank line
(#433)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.23-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.23-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.23-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.23-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.23-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.23-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.23-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.