Added
- MD013: New
blockquotesconfig option to control line length checking inside blockquotes, and fixparagraphs=falseto correctly skip paragraph content
Fixed
- MD044: No longer flags proper names inside Markdown inline link URLs (
[text](url)) or reference link labels ([text][ref]) within HTML comments, HTML blocks, and frontmatter where pulldown-cmark doesn't parse Markdown syntax (#532) - MD044: Handle double-escaped brackets (
\\[) correctly in link URL detection - MD032: Indented tables within list items are now treated as list continuation content instead of incorrectly triggering "list should be followed by blank line" (#533)
- MD032: Use permissive indent threshold for ordered list table continuation, matching markdownlint-cli behavior and avoiding false positives on common patterns (e.g., 2-space indent under
1.)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.52-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.52-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.52-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.52-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.52-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.52-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.52-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.