Skip to content

chore(deps): update rumdl to v0.1.67#455

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/rumdl-0.x
Open

chore(deps): update rumdl to v0.1.67#455
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/rumdl-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending
rumdl minor 0.0.2170.1.67 v0.1.69 (+1)

Release Notes

rvben/rumdl (rumdl)

v0.1.67

Compare Source

Added
  • MD077: detect over-indented tight continuation lines (a1e100d)
  • docs: add interactive playground page powered by rumdl-wasm (3352b87)
Fixed
  • MD077: correct nested list tight continuation false positive (12f34e3)
  • MD077: skip deeply indented list markers in tight continuation check (3455ae9)
  • ci: use nextest archive in pre-push hook to prevent binary race (fccfe9a)
  • remove orphaned doc comments causing clippy warnings (0dd98b4)
  • docs: prevent playground panels from shrinking after Fix All (e209ce6)
  • MD064: skip spaces after list markers inside blockquotes (36fbeae)
  • docs: replace npmjs.com link with github link in playground (da60e47)
  • docs: load rumdl-wasm from jsdelivr without version pin (e781e6b)

Downloads

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

Compare Source

Added
  • vscode: implement multiline warning range support in VS Code fix simulation (7e4e70b)
Fixed
  • md075: skip pipes inside math spans to prevent false positives (0420515)

Downloads

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

Compare Source

Added
  • config: add extends field for config inheritance (abc0971)
  • lsp: add enableLinkNavigation config option (7384ff0)
Fixed
  • lint_context: detect math blocks inside blockquotes (b72158f)
  • lint_context: suppress list detection inside math blocks (30f4ae0)
  • md063: capitalize words following period-terminated tokens in title case (4d03cc9)

Downloads

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

Compare Source

Added
  • lsp: add enableLinkNavigation config option (3056d7c)
Fixed
  • md063: capitalize words following period-terminated tokens in title case (0adc21f)

Downloads

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

Compare Source

Added
  • md013: treat parentheticals as semantic units in semantic-line-breaks reflow (c250d34)
Fixed
  • md013: protect parenthetical groups from break-word splits and premature merging (48e32aa)
  • md013: attach trailing clause punctuation to closing paren in slb reflow (4dc60fd)
  • make empty CHANGELOG entry a hard error in release verification (875bff7)

Downloads

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

Compare Source

Added
  • Initial implementation of remaining rules for markdownlint parity

v0.1.61

Compare Source

Added
  • Initial implementation of remaining rules for markdownlint parity

v0.1.60

Compare Source

Added
  • Initial implementation of remaining rules for markdownlint parity

v0.1.59

Compare Source

Added
  • Initial implementation of remaining rules for markdownlint parity

v0.1.58

Compare Source

Fixed
  • MD037: Detect spacing issues in bold metadata patterns like ** Key**: value — the doc pattern exemption was too broad, suppressing valid MD037 warnings when ** was followed by : (thanks @​vEnhance in #​539)
  • MDX support: All rules now skip MDX comments ({/* ... */}) alongside HTML comments — MD010, MD011, MD018, MD022, MD028, MD030, MD032, MD033, MD034, MD036, MD046, MD052, MD066, MD067, MD068, MD069, MD070, MD075, MD076, MD077

Downloads

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

Compare Source

Fixed
  • MD041: MDX-style inline disable comments ({/* <!-- rumdl-disable MD041 --> */}) now correctly suppress MD041 (#​538)
  • MD041: Extracted shared first_content_line_idx() helper to prevent check/fix path inconsistencies

Downloads

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

Compare Source

Added
  • MD057: Obsidian attachment folder auto-detection when flavor = "obsidian" is set — supports all 4 Obsidian attachment modes (vault root, named folder, same as file, subfolder under file) (#​537)
  • MD057: New search-paths config option for specifying additional directories to search when resolving relative links

Downloads

File Platform Checksum
rumdl-v0.1.56-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.56-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.56-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 [checksum](https://redirect.github.com/rvbe

@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from e08dff4 to e3f099a Compare March 26, 2026 20:32
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.55 chore(deps): update rumdl to v0.1.56 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from e3f099a to b6cfce3 Compare March 27, 2026 16:45
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.56 chore(deps): update rumdl to v0.1.57 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from b6cfce3 to 2f9852d Compare March 29, 2026 21:19
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.57 chore(deps): update rumdl to v0.1.58 Mar 29, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 2f9852d to d8cab2c Compare March 31, 2026 13:07
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.58 chore(deps): update rumdl to v0.1.59 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from d8cab2c to 37e92f9 Compare April 1, 2026 13:39
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.59 chore(deps): update rumdl to v0.1.60 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 37e92f9 to 84e459e Compare April 3, 2026 00:26
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.60 chore(deps): update rumdl to v0.1.61 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 84e459e to 7fa3770 Compare April 3, 2026 09:44
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.61 chore(deps): update rumdl to v0.1.62 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 7fa3770 to 4904d18 Compare April 7, 2026 10:27
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.62 chore(deps): update rumdl to v0.1.63 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 4904d18 to bf01460 Compare April 7, 2026 20:58
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.63 chore(deps): update rumdl to v0.1.64 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from bf01460 to 34e79b1 Compare April 9, 2026 10:29
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.64 chore(deps): update rumdl to v0.1.65 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 34e79b1 to 30446a3 Compare April 10, 2026 01:52
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.65 chore(deps): update rumdl to v0.1.66 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/rumdl-0.x branch from 30446a3 to 7db5d22 Compare April 11, 2026 21:37
@renovate renovate Bot changed the title chore(deps): update rumdl to v0.1.66 chore(deps): update rumdl to v0.1.67 Apr 11, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 12, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants