Fixed
- MD039: preserve link titles and image captions when trimming spaces (845bcb3)
- MD025: preserve closing hashes when demoting closed ATX headings (58b690d)
- MD040: preserve existing info string attributes when adding language (c46da6a)
- MD026: include setext H1 underlines in likely_has_headings check (83dbca2)
- skip overlapping fix ranges in apply_warning_fixes to prevent data corruption (2ecf48c)
- MD025: prevent infinite demotion loop when configured level is 6 (b4a6d3d)
- MD046: correctly match closing fence by opener length in fix() (1e03cae)
- MD030: align fix() with check() for parser-recognized list items (96aa7aa)
- MD030: check nested list items regardless of indentation depth (423435f)
- MD044: skip URL after WikiLink double-bracket links (f2390c8)
- MD013: correct line-length boundary check when indentation is stripped (7620cd6)
- MD013: preserve indentation of list continuation lines after nested lists (a4cb7c0)
- MD013: recognize "St." as abbreviation in sentence-per-line mode (31c76cf)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.68-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.68-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.68-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.68-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.68-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.68-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.68-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.