github rvben/rumdl v0.0.223

latest release: v0
9 hours ago

Added

  • MD060: column-align option for table cell text alignment (#317)

    • Options: left, center, right to force alignment for all columns
    • Complements existing table formatting rules
  • Documentation site (rumdl.dev)

    • Rule documentation with examples and configuration guides

Fixed

  • Embedded markdown respects per-file-ignores and inline config

    • Both rumdl check and rumdl fmt now honor <!-- rumdl-disable --> comments
    • Per-file-ignores configuration applies to embedded markdown blocks
  • Fix mode re-lint uses filtered rules (#319)

    • After applying fixes, re-linting respects per-file-ignores and inline config
  • MD030: Auto-fix applies custom spacing config (#318)

    • Custom ul_single, ol_single, etc. values now applied during fix

Changed

  • Documentation improvements
    • Fixed MD051 location in RULES.md tables (thanks @Ravlen in #315)
    • Added Flavors section to README (closes #316)
    • Added Discord server link to issue templates (thanks @pygarap in #321)

Downloads

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