Added
- Include non-standard file extensions (#127)
- New
--includeCLI flag to check files with non-standard extensions - Example:
rumdl check --include "*.txt" --include "*.text" - Useful for documentation files with custom extensions
- Respects
.rumdl.tomlconfiguration:include = ["*.txt", "*.text"]
- New
Fixed
-
MD055: Preserve user formatting when fixing pipe placement (#129)
- Changed from full table reconstruction to surgical pipe addition/removal
- User's intentional spacing and alignment are now preserved
- Follows Unix philosophy: do one thing (fix pipes) well
- Example:
| Cell 1 | Cell 2→| Cell 1 | Cell 2 |(spacing preserved)
-
MD053: Allow backtick references with
::and spaces (#128)- Fixed false positives for Rust-style references like
[`std::vec::Vec`] - Now correctly handles references containing
::within backticks - Improves accuracy for Rust documentation and technical content
- Fixed false positives for Rust-style references like
Documentation
- MD028: Clarified rule behavior for consecutive blockquotes (#126)
- Updated documentation to accurately reflect that MD028 flags consecutive blockquote starts
- Not a bug - working as designed per markdownlint specification
- Prevents confusion about expected behavior
Changed
- Rust toolchain updated to 1.91.0 (from 1.89.0)
- Ensures compatibility with latest Rust features and improvements
- Better performance and compilation times
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.0.170-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.0.170-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.0.170-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.0.170-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.0.170-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.0.170-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.0.170-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.