rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.1.68.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The rumdl GitHub Action is a high-performance Markdown linter and formatter built in Rust, designed to ensure consistency and enforce best practices in Markdown files. It automates tasks such as identifying and fixing common Markdown issues, supports multiple Markdown flavors, and offers a modern CLI with detailed error reporting. Its key capabilities include fast performance, zero dependencies, high configurability with support for TOML-based configurations, and suitability for CI/CD workflows with intelligent caching and non-zero exit codes on errors.
What’s Changed
Fixed
- MD039: preserve link titles and image captions when trimming spaces (845bcb3)
- MD025: preserve closing hashes when demoting closed ATX headings (58b690d)
- MD040: preserve existing info string attributes when adding language (c46da6a)
- MD026: include setext H1 underlines in likely_has_headings check (83dbca2)
- skip overlapping fix ranges in apply_warning_fixes to prevent data corruption (2ecf48c)
- MD025: prevent infinite demotion loop when configured level is 6 (b4a6d3d)
- MD046: correctly match closing fence by opener length in fix() (1e03cae)
- MD030: align fix() with check() for parser-recognized list items (96aa7aa)
- MD030: check nested list items regardless of indentation depth (423435f)
- MD044: skip URL after WikiLink double-bracket links (f2390c8)
- MD013: correct line-length boundary check when indentation is stripped (7620cd6)
- MD013: preserve indentation of list continuation lines after nested lists (a4cb7c0)
- MD013: recognize “St.” as abbreviation in sentence-per-line mode (31c76cf)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.68-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.68-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.68-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.68-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.68-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.68-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.68-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.