Added
- action: add a command input to run rumdl fmt (9b59bff)
- action: add install-only input to skip linting (aa0c604)
- MD010: add ignore-code-languages to exempt fence languages from tab checks (21b56d0)
Fixed
- config: honor the markdown attribute on every block-level element (6f88d71)
- links: stop parsing reference links and images inside HTML blocks (8829f6b)
- html-blocks: keep a nested raw-text element from opening its own block (27d96bb)
- code-block-tools: stop a linter in a format slot from overwriting the block (a40d7da)
- code-block-tools: report findings at the line they belong to (31cc6cb)
- code-block-tools: bound a hanging tool by its timeout and stop respawning it (6ce8a1d)
- action: add rumdl to PATH so later workflow steps can call it (98baf60)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.54-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.54-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.54-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.54-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.54-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.54-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.54-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.