Skip to content

Releases: rvben/rumdl

v0.2.40

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:49
v0.2.40
479d1a6

Fixed

  • md003: consume the setext underline when converting a heading to ATX. Converting a setext heading left the underline behind, where a following blank line turned it into a thematic break, so rumdl fmt added a horizontal rule the document never had (7363c34)
  • md077: stop scoping list items inside blockquotes, which made a lazy continuation line gain indentation on every pass so the formatter never converged (58fb25b)
  • reflow: keep wiki links, shortcodes and math whole inside a wrapped span (db12c2c)
  • config: honor the documented MD033 table_allowed alias, which silently dropped the configured value (db2c204)
  • config: stop reporting MD013's documented semantic-link-understanding alias as an unknown option (1539a64)
  • parity: make the markdownlint comparison harness actually run (182763c)

Documentation

  • md013: document that ignore-link-urls affects reporting only. Reflow measures the markdown as written, matching prettier and mdformat (c4f8bad)

Downloads

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

v0.2.39

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:03
v0.2.39
a03bd74

Added

  • config: expand ~ to the home directory in path settings (70f91aa)

Fixed

  • md013: wrap over-long emphasis spans that contain nested markup (ddc73f4)
  • discovery: strip Windows verbatim prefix from canonicalized paths (a85ab87)
  • discovery: apply absolute exclude patterns during directory discovery (0d20fc8)

Downloads

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

v0.2.38

Choose a tag to compare

@github-actions github-actions released this 20 Jul 22:31
v0.2.38
b16eb40

Added

  • md044: add ignore-frontmatter-fields option (b664e5a)
  • config: warn when an inline enable cannot re-enable a config-disabled rule (a74a923)

Fixed

  • md044: stop flagging proper names inside frontmatter file paths (35649d9)
  • md022: stop panicking when one blank-line requirement is unlimited (8a25eb2)
  • config: report unknown option keys in inline configure-file comments (8f4c0ea)
  • config: apply markdownlint-configure-file when the comment spans lines (7a023a5)
  • config: honor booleans and alias keys in markdownlint-configure-file (#745) (acefc19)

Downloads

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

v0.2.37

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:34
v0.2.37
50035a4

Added

  • reflow: add atomic_spans configuration and refactor inline wrapping (#742) (aeabec1)

Changed

  • BREAKING: the MD013 emphasis-spans option is renamed to atomic-spans (default true), with inverted meaning (emphasis-spans = true is now atomic-spans = false). Configs setting the old key should migrate; it is no longer recognized

Fixed

  • reflow: keep code spans atomic when wrapping would collapse whitespace (d43618b)

Downloads

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

v0.2.36

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:26
v0.2.36
ed9da9e

Added

  • code-block-tools: add shuck:format as a built-in shell formatter (5b23261)

Fixed

  • wasm: stop double-converting already-character-based columns (4178cdf)
  • tests: resolve String addition compilation errors under Rust 1.96 (#737) (38f36cf)

Downloads

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

v0.2.35

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:56
v0.2.35
87a6758

Added

  • cli: honor --deny-config-warnings on the stdin path (0f93ca5)
  • cli: make --deny-config-warnings cover inline disable-comment rule names (96d75f5)
  • cli: add --deny-config-warnings for config-file and CLI-flag problems (5045daf)
  • reflow: support breaking within emphasis spans (2e8bded)

Fixed

  • reflow: preserve non-breaking spaces and the space before French double punctuation (f66021f)
  • cli: walk directory arguments even when file paths are also passed (d058273)
  • lsp: honor line anchors in goto-definition (17a21e7)
  • md077: attribute middle-level continuation lines to their own list item (c73763b)

Downloads

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

v0.2.34

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:26
v0.2.34
460ba73

Added

  • code-block-tools: restore shuck as a built-in shell linter (da66447)

Performance

  • reflow: probe inline math at the cursor instead of rescanning the suffix (1e6ea3b)
  • reflow: merge emphasis and code span extraction into a single cmark pass (8e03537)
  • reflow: optimize MyST inline role parsing using pre-extracted code spans (e966899)

Downloads

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

v0.2.33

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:19
v0.2.33
758e023

Fixed

  • md044: stop flagging proper names inside bare URLs (5e9b51a)
  • md040: recognize file-extension fence labels as known languages (686ba20)
  • cli: replace unhelpful panic message with an actionable one (#717) (37ac880)
  • reflow: re-search cached inline-math after a dollar sign (a30a4f9)
  • reflow: support multiple backticks and optimize code span parsing (81944c5)
  • md013: stop reflow from starting lines with block markers (eebd18b)

Performance

  • reflow: implement cached match lookups to prevent quadratic suffix scanning (1cc8d2b)

Downloads

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

v0.2.32

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.

v0.2.31

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:34
v0.2.31
ade06b8

Added

  • action: install rumdl from GitHub Releases instead of pip (7f69695)

Performance

  • reflow: optimize inline code mask calculation using pre-extracted spans (27e5507)

Downloads

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