Fixed
-
Config: Resolve per-file-ignores paths relative to project root (fixes #208)
- Previously, per-file-ignores patterns only matched with relative paths
- Now works correctly in GitHub Actions where absolute paths are used
- Patterns like
.github/file.mdnow match/home/runner/work/repo/.github/file.md
-
MD007 (ul-indent): Remove auto-switch to fixed indentation style (fixes #209)
- Fixed oscillation between MD005/MD007 when formatting mixed ordered/unordered lists
- Previously, setting
indent = 3would auto-switch to fixed style, causing conflicts - Text-aligned style (default) now correctly handles mixed lists, matching markdownlint behavior
rumdl fmtnow converges in a single pass for all list configurations
Performance
- Core: Reduce memory allocations and improve cache reliability
- Optimized internal data structures for better memory efficiency
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.0.197-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.0.197-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.0.197-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.0.197-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.0.197-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.0.197-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.0.197-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.