Skip to content

v0.2.32

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:03
v0.2.32
067aba1

Fixed

  • md032: stop flagging ordered lists nested in MkDocs admonitions (80f896e)
  • md013: recognize sentence boundaries followed by footnote references (04a8c78)
  • md036,md023: skip admonition and content tab bodies under MkDocs flavor (e8d1421)
  • md040: recognize py and py3 as Python language aliases (6e7f8bf)
  • md057: anchor URL extraction so links cannot borrow a sibling's destination (5a643ca)

Performance

  • reflow: skip pulldown-cmark parses when a span kind cannot be present (66d7f7b)

Downloads

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