Added
- Style Guide Preset examples
- Google Markdown style guide config (
examples/google-style.toml) - Prettier-compatible markdown config (
examples/prettier-style.toml)
- Google Markdown style guide config (
Fixed
-
MD032: Eliminate false positives on real-world repos
- Tested against Rust Book (478 files) and MDN Content (14,100 files) with zero false positives
- Treat HTML comments as transparent for blank line checks
- Skip blank line warning when exiting blockquotes (boundary provides separation)
- Handle prose numbered items like "Chapter 19." (sentence continuation detection)
- Fix lazy continuation for code span continuations and nested sublists
- Remove incorrect uppercase heuristic that was closing lists prematurely
-
Config: Correct rule alias mappings
- Add
descriptive-link-textalias for MD059 - Fix
table-cell-alignmentalias to map to MD060 (was incorrectly MD059)
- Add
-
Config: Warn on per-file-ignores patterns with commas
- Detects when patterns contain commas without braces
- Suggests correct glob syntax:
{*.md,*.txt}instead of*.md,*.txt
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.0.218-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.0.218-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.0.218-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.0.218-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.0.218-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.0.218-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.0.218-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.