Added
- code-block-tools: add explicit rumdl, oxfmt, djlint, and shuck modes (77f0e55)
Fixed
- MD092: allow scoped suppression of documented conflicts (6f9a6cb)
- MD032: keep parent list items open after nested lists (952c507)
- MD026: delete a setext heading's trailing punctuation where it stands (7f0981c)
- parser: keep link reference definitions out of a setext heading (80fdfc3)
- parser: read the whole paragraph as a setext heading (5d7b046)
- parser: lint the headings a short or quoted setext underline makes (e183924)
- parser: keep a container open below a block written inside it (e2c13b7)
- parser: read an empty list item under a paragraph as its text (68a04ae)
- MD013: write one space at a soft break after a trailing space (6388794)
- MD013: keep a whole-line display math expression on its own line (cc518ab)
- MD013: read no math span through a code span (f069246)
- MD013: keep a definition-list marker written on its own line (7e11b9e)
- MD013: split a CJK sentence only where its delimiter runs pair (06ba814)
- MD013: keep a closing bracket with the CJK sentence it ends (a2a82de)
- MD057: require the link target's exact case on case-insensitive filesystems (202da50)
- MD057: check inline links whose text wraps onto another line (943d1de)
- parser: read a link label to the bracket the inline parse closes it at (8ace221)
- parser: read no setext heading inside an HTML block (9eebbd3)
- parser: end a paragraph at an MDX flow expression (8f2def2)
- MD090: report a break under the underline of an equals setext heading (b78d5eb)
- MD065: keep the underline of a quoted setext heading (320b7d0)
- parser: detect setext headings that start with markup or sit in a blockquote (5513bb8)
- lsp: apply only the fixes rumdl fmt applies in Fix all (1c7aabe)
- discovery: match a rooted Windows path without a drive against absolute exclude patterns (a021a02)
- mdx: pass the MDX recovery tests in builds without debug assertions (adb5d17)
- cli: mark fixed the finding the fix resolved when another says the same thing (9061b88)
- stdin: write a piped document back unchanged when no fix applies (6ed5b5b)
- cli: keep a diff out of JSON Lines output (15a575b)
- cli: list beside a diff the findings it leaves unfixed (c5a5c7a)
- cli: keep each Rust doc comment line's prefix when a fix adds or removes lines (b48d4b6)
- cli: state each summary count once, with singular nouns for one (fc451cb)
- stdin: honor fmt --check, fmt --diff and check --diff for piped documents (bb95a6d)
- cli: print --diff and fmt --check output as a patch git apply accepts (48af0f0)
- discovery: exclude a named or piped file whenever a directory walk would skip it (009e440)
- stdin: apply exclude patterns to --stdin-filename and --stdin-batch paths (6cf7b89)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.74-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.74-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.74-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.74-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.74-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.74-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.74-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.