Added
- md051: add ignore-case and ignored-pattern for markdownlint parity (4535a2b)
- md013: add heading-line-length, code-block-line-length, stern (6c22f82)
- md033: add table-allowed-elements option for markdownlint parity (10bdc18)
- md027: add list-items option for opt-in markdownlint parity (2589aad)
- md060: add aligned-delimiter option for markdownlint parity (ce6eaac)
Fixed
- md051: unify ignore-case and ignored-pattern across same-doc and cross-file paths (3c295bc)
- config: initialize canonical_project_root_cache in From impl (306777d)
- md013: require GFM table evidence before classifying list-item line (a04f742)
- config: log when normalize_match_path falls back to raw absolute path (6a6ceed)
- md013: preserve tables nested inside list items during reflow (fc3f89d)
- config: fall back to cwd when normalizing per-file glob paths (360bde1)
- md054: include trailing
[]in collapsed link span (caa3acc)
Performance
- config: cache canonical project_root and harden silent-fallback diagnostic (d4ea4ea)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.85-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.85-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.85-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.85-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.85-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.85-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.85-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.