v0.2.51
Added
Fixed
- config: keep a file's per-file-ignores out of the workspace index it feeds (2bb0ce7)
- md051: validate cross-file link fragments for a document read from stdin (e215c65)
- md051: report a broken fragment on a query-string destination once (7c8390f)
- md088: leave modifier letters and math notation alone (56dbf0f)
- config: report the effective rule lists from
config get global.*(5db8f0c) - config: answer
config getfor every key rumdl accepts (ecce820) - md035: publish the horizontal rule style the rule enforces (77c8c65)
- config: accept every config key a rule actually reads (8ec7bba)
- lsp: identify documents by the same resolved path as the index (78f4aa0)
- lsp: keep frontmatter values out of find-references results (499b005)
- md051: index cross-file links independently of frontmatter config (ca7b93e)
- lsp: build the workspace index from the rules the CLI uses (b7a293c)
- md051,md080: resolve the anchor style per file, not once from the global flavor (8e09304)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.51-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.51-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.51-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.51-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.51-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.51-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.51-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.