Skip to content

v0.1.47

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Mar 13:28
v0.1.47
8c1798b

Fixed

  • MD007: MkDocs flavor now enforces 4-space indentation (indent=4, style=fixed) as required by Python-Markdown; conflicting user config emits a warning and is overridden (#522)
  • MD013: Reflow fix no longer dedents continuation paragraphs after code blocks inside admonitions in list items (#509)
  • MD025: Auto-fix now cascades heading demotion to child headings, preserving the document's heading hierarchy (#525)
  • MD070: Fence collision detection expanded to ~50 language identifiers (Python, JS, Shell, Rust, Go, YAML, etc.) where triple backtick sequences commonly appear (#518)
  • MD070: Auto-fix integration now works correctly in both CLI and LSP code action paths by including a complete Fix struct on warnings
  • MD046: Removed redundant nested fence detection that produced false positives on Python code blocks containing embedded markdown
  • LSP: Server now publishes empty diagnostics to invalidate client cache when switching to pull mode, preventing stale errors from persisting (#517)

Downloads

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