github rvben/rumdl v0.0.174

8 hours ago

Fixed

  • MD046: False positives with multi-paragraph footnotes (#142)

    • Fixed incorrect flagging of indented continuation paragraphs in footnote definitions
    • Added comprehensive footnote detection following CommonMark footnote extension spec
    • Implements proper block continuation context tracking for footnotes
    • Prevents confusion between actual indented code blocks and footnote continuations
    • Example that now works correctly:
      [^1]: First paragraph of footnote.
      
          Second paragraph (indented, but not a code block).
    • Added 11 specification-based tests ensuring robust footnote handling
  • CLI: Differentiate --quiet and --silent flags (#141)

    • --quiet: Shows diagnostics but suppresses progress/summary (matches Ruff behavior)
    • --silent: Suppresses all output including diagnostics (exit code still reflects violations)
    • Previously both flags behaved identically, hiding all output
    • Updated help text to clarify the distinction
  • LSP: Server now respects --config argument (#140)

    • Added proper support for --config flag in rumdl server command
    • Config file path validation with clear error messages for missing files
    • Config path properly passed through entire LSP initialization stack
    • Enables custom configuration files for LSP/editor integrations

Downloads

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