Skip to content

v0.2.70

Choose a tag to compare

@github-actions github-actions released this 10 Sep 06:42
· 6 commits to main since this release
v0.2.70
58158f9

Fixed

  • mdx: recover instead of crashing on unclosed JSX in a link label (35de79c)
  • lsp: index links whose paths contain parentheses (bc5adc0)
  • MD057: handle balanced parentheses in link paths (b2a9ce9)
  • MD032: respect suppression at each list boundary (9aeb5f3)
  • MD087,inline-config: ignore directives inside inline code spans (749a7ea)
  • stdin: preserve original bytes when formatting is unchanged (2c84470)
  • MD046: align fence repairs with diagnostic edits (443892e)
  • MD032: preserve line endings in document fixes (60bae56)

Performance

  • MD024: avoid cloned keys and redundant diagnostic work (ffebf4e)

Downloads

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