Added
- config: read .editorconfig when a project opts in (c215175)
- md085: add opt-in rule for paragraph continuation indentation (f929e82)
- md063: add sentence-case-restart-after option (498d922)
- md041: add allow-preamble option (72ca4f4)
- md013: add math-blocks option to exempt display math from the length check (e75ea67)
Fixed
- md013: don't reflow display math blocks or the prose written against their delimiters (bda0cc5, c03c883)
- watch: re-run when a config above the watched path changes (d085756)
- lsp: stop caching a config that could not be resolved (151f8e2)
- lsp: resolve to defaults when a file's config cannot be loaded (76165f9)
- lsp: surface a broken user config instead of falling back to a parent (0c315ea)
- lsp: resolve a discovered config the same way the CLI does (a6724d2)
- md013: wrap paragraphs before numbers that only look like list markers (099a900)
- md037,md052: check emphasis and references inside table cells (0e4859c)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.44-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.44-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.44-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.44-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.44-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.44-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.44-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.