github rvben/rumdl v0.1.52

latest releases: v0.1.53, v0
4 hours ago

Added

  • MD013: New blockquotes config option to control line length checking inside blockquotes, and fix paragraphs=false to correctly skip paragraph content

Fixed

  • MD044: No longer flags proper names inside Markdown inline link URLs ([text](url)) or reference link labels ([text][ref]) within HTML comments, HTML blocks, and frontmatter where pulldown-cmark doesn't parse Markdown syntax (#532)
  • MD044: Handle double-escaped brackets (\\[) correctly in link URL detection
  • MD032: Indented tables within list items are now treated as list continuation content instead of incorrectly triggering "list should be followed by blank line" (#533)
  • MD032: Use permissive indent threshold for ordered list table continuation, matching markdownlint-cli behavior and avoiding false positives on common patterns (e.g., 2-space indent under 1.)

Downloads

File Platform Checksum
rumdl-v0.1.52-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.52-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.52-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.1.52-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.1.52-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.1.52-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.1.52-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.

Don't miss a new rumdl release

NewReleases is sending notifications on new releases.