build(deps): update dependency ubi:rvben/rumdl to v0.1.25#20
Merged
renovate[bot] merged 1 commit intomainfrom Mar 1, 2026
Merged
build(deps): update dependency ubi:rvben/rumdl to v0.1.25#20renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.1.21→v0.1.25v0.1.33(+7)Release Notes
rvben/rumdl (ubi:rvben/rumdl)
v0.1.25Compare Source
Fixed
src="...",href="...",title="...") are no longer flagged as incorrectly capitalized. Text content betweentags continues to be checked as usual (#443)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.24Compare Source
Fixed
> [!NOTE],> [!WARNING], etc.)are now preserved as non-wrappable boundaries during blockquote reflow — previously
the alert type was merged with the following content line, corrupting the alert block
in
fmt/check --fix, with deterministic style preservation and LSP manual reflowparity (#437)
reflowed correctly; previously only plain text paragraphs were wrapped
(#441)
[ ],[x],[X]) are now preserved asnon-wrappable marker prefix during reflow, preventing
- [ ] [long url](...)frombeing corrupted to
- []\n [long url](...)(#436)
indent during reflow instead of inheriting any over-indentation from the source
(#439)
(e.g.
<details>) captures a trailing blank line — previously this caused MD012violations in large documentation repos
incorrect, causing fixes to insert spaces at the wrong position and be non-idempotent
namesare no longer falsely flagged inside HTMLattribute values when the name appears adjacent to underscores (e.g.
test_image)(#443)
styles now correctly handles blocks where an interior same-style sequence would
otherwise close the outer block early under CommonMark rules; the 0–3 space indent
limit is enforced for fence markers per CommonMark §4.5
--flavor gfm,--flavor github,--flavor commonmark,--flavor qmd,--flavor rmd, and--flavor rmarkdownare now accepted (previously rejected bythe argument parser despite being valid in config files)
(#440)
<!-- rumdl-disable-next-line -->,<!-- rumdl-disable -->/<!-- rumdl-enable -->,<!-- markdownlint-disable -->,etc.) are now respected when reading from stdin (
rumdl check -); previouslyall such directives were silently ignored, causing false positives in editor
integrations such as
nvim-lintthat pipe content via stdin(#445)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.23Compare Source
Added
target,rel,width,height) by dropping non-essential attributes during conversion. Event handler attributes (on*) are never dropped. Enable via config.(#397)
Fixed
ctx.source_file(MD057, MD074) no longer silently skip validation during re-lint, preventing false "no issues found" results and exit code 0 when violations remained(#435)
lines-above/lines-belowsettings(#429)
(#431)
(#433)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.22Compare Source
Added
.rumdl.tomlinsubdirectories to override settings for specific paths
(#426)
Fixed
+++) and JSON ({}) front-matter formats alongsideYAML when checking for title field
(#427, thanks @Nathan-Furnal)
(thanks @eread in #421)
canonical format and accept snake_case, kebab-case, and uppercase variants.
Affected rules: MD003, MD046, MD048, MD049, MD050, MD055, MD060, MD063
(#428, thanks @eread)
per-directory configs
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
Configuration
📅 Schedule: Branch creation - "after 8:00pm on Saturday,before 11:59pm on Sunday" in timezone Europe/Stockholm, 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.
This PR was generated by Mend Renovate. View the repository job log.