Added
- MD061 (forbidden-terms): New rule to flag forbidden terms in documents
- Configurable list of forbidden terms with case-sensitivity options
- Useful for style guides, compliance, and consistency enforcement
Fixed
-
Code blocks: Respect CommonMark fence indentation limit (0-3 spaces)
- CommonMark spec limits fenced code block indentation to 0-3 spaces relative to container
- Document-level fences must have at most 3 spaces of indentation
- Fences inside list items are correctly recognized (indentation is relative to list content)
- Prevents false negatives when checking content inside deeply nested structures
-
LSP: Use whole-table fixes for table rules (MD055, MD056, MD058, MD060)
- Table rule fixes now replace the entire table instead of individual cells
- Prevents fix corruption when multiple cells need adjustment
- Improves reliability of auto-fix in IDEs
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.0.184-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.0.184-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.0.184-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.0.184-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.0.184-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.0.184-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.0.184-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.