Fixed
-
MD046: False positives with multi-paragraph footnotes (#142)
- Fixed incorrect flagging of indented continuation paragraphs in footnote definitions
- Added comprehensive footnote detection following CommonMark footnote extension spec
- Implements proper block continuation context tracking for footnotes
- Prevents confusion between actual indented code blocks and footnote continuations
- Example that now works correctly:
[^1]: First paragraph of footnote. Second paragraph (indented, but not a code block).
- Added 11 specification-based tests ensuring robust footnote handling
-
CLI: Differentiate
--quietand--silentflags (#141)--quiet: Shows diagnostics but suppresses progress/summary (matches Ruff behavior)--silent: Suppresses all output including diagnostics (exit code still reflects violations)- Previously both flags behaved identically, hiding all output
- Updated help text to clarify the distinction
-
LSP: Server now respects
--configargument (#140)- Added proper support for
--configflag inrumdl servercommand - Config file path validation with clear error messages for missing files
- Config path properly passed through entire LSP initialization stack
- Enables custom configuration files for LSP/editor integrations
- Added proper support for
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.0.174-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.0.174-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.0.174-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.0.174-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.0.174-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.0.174-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.0.174-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.