rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.50.
- This action is used across all versions by 7 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
rumdl is a high-performance Markdown linter and formatter written in Rust that offers speed, numerous lint rules, automatic formatting, and support for various Markdown flavors. It simplifies the process of ensuring consistent Markdown quality by providing a modern CLI tool with detailed error reporting and configuration options.
What’s Changed
Added
- md077: support fixed continuation indent config (#786) (fea6322)
Fixed
- md065: leave markers alone inside a block that hides its content (2654364)
- md065: report thematic breaks written with spaces between markers (1d29236)
- md076: ask the parser whether a list item’s block is really fenced (fd616c2)
- md022: require a blank line below a heading above a spaced thematic break (27120f2)
- MD076: preserve fenced list item spacing (#788) (2d60067)
- md022: use the same list test below a heading in check and fix (#790) (ef926b7)
- md040: locate the fence a list marker holds instead of assuming the indent (6099a6c)
- md077: keep the strict-flavor minimum as a floor under a configured indent (cfaad2e)
- md077: reject a configured indent of 0 (1ac97a3)
- md077: accept the indent option instead of reporting it as unknown (cba175c)
- md013: stop exempting a complete link followed by a parenthesized aside (722fad6)
- md013: keep nested links intact when reflowing emphasis spans (#779) (cb65237)
- md013: exempt standalone links with nested markup or unresolved references (#781) (2c52283)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.50-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.50-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.50-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.50-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.50-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.50-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.50-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.