Skip to content

chore(deps): update dependency rumdl to v0.1.88#2082

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rumdl-0.x
Open

chore(deps): update dependency rumdl to v0.1.88#2082
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rumdl-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Update Change
rumdl patch 0.1.840.1.88

Release Notes

rvben/rumdl (rumdl)

v0.1.88

Compare Source

Added
  • md051,md052: handle Pandoc implicit header refs and divergent slugs (8805001)
  • md042: document parser-level exclusion of Pandoc inline footnotes, example refs, and implicit header refs (6e4f7d8)
  • md040: accept Pandoc {=format} raw blocks; keep {r}/{python} Quarto-only (f4e446f)
  • md038: skip Pandoc inline code attribute syntax (db18bba)
  • md037: skip Pandoc sub/superscripts and bracketed spans (80a2be6)
  • md034: skip URLs inside Pandoc line blocks and metadata (24469fc)
  • md029: skip Pandoc example-list markers under Pandoc-compatible flavor (2421618)
  • pandoc: add is_pandoc_raw_block_lang helper (60fb48f)
  • pandoc: detect multi-line tables (52c242a)
  • pandoc: detect grid tables (f331d65)
  • pandoc: detect multi-block YAML metadata (0869d66)
  • pandoc: detect pipe-table captions (44a20aa)
  • pandoc: detect line blocks (8f9590a)
  • pandoc: detect bracketed spans (0023c4a)
  • pandoc: detect inline code attribute syntax (0cced5f)
  • pandoc: detect subscripts and superscripts (d015748)
  • pandoc: detect example lists and references (ae9aeba)
  • pandoc: detect implicit header references (f290047)
  • pandoc: detect inline footnotes ^[note] (b021786)
  • rules: re-gate Pandoc-syntax skips on is_pandoc_compatible() (b9748c2)
  • lint_context: gate Pandoc pre-pass on is_pandoc_compatible() (c342c93)
  • cli: accept --flavor pandoc (5c83805)
  • flavor: add is_pandoc_compatible() helper (7c5964c)
  • flavor: add Pandoc variant to MarkdownFlavor (af7b6d3)
Fixed
  • server: resolve clap --config arg collision causing panic (deb93ef)
  • md051: emit Pandoc auto_identifiers suffix slugs for duplicate headings (33c858e)
  • md040: accept Pandoc {.class} code attributes as language declaration (10a5a8e)
  • pandoc: exclude link labels from citation detection (186533b)
  • pandoc: require citation @ to sit at a citation boundary (f4df478)
  • md038: keep checking inner whitespace on attributed code spans (1bc9bef)
  • md063: keep numeric ordinals lower-cased in title case (ef3d881)
  • MD009: allow br_spaces on paragraph lines in strict mode (526ec41)
  • MD013: preserve wildcard asterisks during reflow (#​604) (012c477)

Downloads

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

Compare Source

Added
  • config: fall back to ~/.rumdl.toml and ~/rumdl.toml as user config (8557089)
Fixed

Downloads

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

Compare Source

Added
  • cli: support inline TOML overrides via --config (ae5461f)

Downloads

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

Compare Source

Added
  • md051: add ignore-case and ignored-pattern for markdownlint parity (4535a2b)
  • md013: add heading-line-length, code-block-line-length, stern (6c22f82)
  • md033: add table-allowed-elements option for markdownlint parity (10bdc18)
  • md027: add list-items option for opt-in markdownlint parity (2589aad)
  • md060: add aligned-delimiter option for markdownlint parity (ce6eaac)
Fixed
  • md051: unify ignore-case and ignored-pattern across same-doc and cross-file paths (3c295bc)
  • config: initialize canonical_project_root_cache in From impl (306777d)
  • md013: require GFM table evidence before classifying list-item line (a04f742)
  • config: log when normalize_match_path falls back to raw absolute path (6a6ceed)
  • md013: preserve tables nested inside list items during reflow (fc3f89d)
  • config: fall back to cwd when normalizing per-file glob paths (360bde1)
  • md054: include trailing [] in collapsed link span (caa3acc)
Performance
  • config: cache canonical project_root and harden silent-fallback diagnostic (d4ea4ea)

Downloads

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
@renovate renovate Bot enabled auto-merge (squash) May 1, 2026 00:41
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 2d21e11 to 2626e0f Compare May 1, 2026 12:45
@renovate renovate Bot changed the title chore(deps): update dependency rumdl to v0.1.85 chore(deps): update dependency rumdl to v0.1.86 May 1, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rumdl to v0.1.86 chore(deps): update dependency rumdl to v0.1.87 May 2, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch 5 times, most recently from 4c1cc8e to 567cef9 Compare May 4, 2026 22:02
@renovate renovate Bot changed the title chore(deps): update dependency rumdl to v0.1.87 chore(deps): update dependency rumdl to v0.1.88 May 5, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 567cef9 to b56aee5 Compare May 5, 2026 02:09
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from b56aee5 to 3684aa6 Compare May 5, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants