build(deps): update dependency ubi:rvben/rumdl to v0.0.221#5
Merged
renovate[bot] merged 1 commit intomainfrom Jan 26, 2026
Merged
build(deps): update dependency ubi:rvben/rumdl to v0.0.221#5renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c4b90b7 to
b73bf41
Compare
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.0.173→v0.0.221v0.1.0(+3)Release Notes
rvben/rumdl (ubi:rvben/rumdl)
v0.0.221Compare Source
Added
```markdowncode blocksFixed
MD064: Remove
max-consecutive-spacesconfig, improve sentence detectionmax-consecutive-spacesoptionMD055/MD056: Handle tables inside blockquotes in fix mode
>prefix when fixedMD060: Improve alignment detection for CJK and delimiter styles
MD069: Respect inline disable comments in fix mode
<!-- markdownlint-disable MD069 -->now properly prevents fixesMD058/MD065: Recognize blockquote continuation lines as blank
>are now treated as blank for table separation rulesText reflow: Recognize sentence boundaries with quotation marks
.\",!\",?\") now detected correctlyChanged
sentence_utilsmodule provides reusable sentence boundary detectionDownloads
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.0.220Compare Source
Added
RUMDL_OUTPUT_FORMATenvironment variable (#297)RUMDL_OUTPUT_FORMAT=github rumdl check .Fixed
x_1) and exponentiation (a**b) were incorrectly flagged as strong emphasis$$...$$math blocksChanged
standardflavor includes GFM extensions (tables, task lists, strikethrough, autolinks)commonmarkas alias forstandard,githubas alias forgfmoutput-formatsetting documentation with all 12 available formatsDownloads
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.0.219Compare Source
Added
Comprehensive markdown flavor support
xmpp:protocol in MD034[[Ctrl]], caret^^sup^^, mark==highlight==, ins++inserted++, tilde~sub~)className,htmlFor,onClick, etc.), JSX expression handling, ESM import/export support@ref,[@ref]), shortcode detection ({{< >}}), div blocks and callouts (::: {.callout-*}), math block handling for emphasis rulesComprehensive UTF-8 stress tests
Fixed
MD034: UTF-8 panic with multi-byte text before emails
xmpp:prefix check was slicing at invalid character boundariesMD031: Blank line detection after MkDocs admonition blocks
MkDocs: Nested admonition handling
Changed
docs/flavors.mdis now a concise overview with linksdocs/flavors/standard.md,gfm.md,mkdocs.md,mdx.md,quarto.mdDownloads
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.0.218Compare Source
Added
examples/google-style.toml)examples/prettier-style.toml)Fixed
MD032: Eliminate false positives on real-world repos
Config: Correct rule alias mappings
descriptive-link-textalias for MD059table-cell-alignmentalias to map to MD060 (was incorrectly MD059)Config: Warn on per-file-ignores patterns with commas
{*.md,*.txt}instead of*.md,*.txtDownloads
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.0.217Compare Source
Added
MD064:
max-consecutive-spacesconfig option (fixes #294)max-consecutive-spaces = 2allows traditional two-space sentence spacing1(flags any 2+ consecutive spaces)Comprehensive Markdown flavor documentation
docs/flavors.mdwith detailed flavor support guideFixed
MD032: Detect lazy continuation in nested lists (fixes #295)
content_columnfromListItemInfoto calculate proper indent thresholdMD032: Detect blockquote level changes as list breaks
MD033: Calculate correct end_line for multiline HTML tags
Config warnings show relative paths instead of absolute (fixes #291)
Core correctness and performance improvements
Community
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.0.216Compare Source
Added
key-orderconfig option to define preferred key orderingkey-order = ["title", "date", "author"]puts title firstFixed
MD060: Preserve blockquote prefix when formatting tables
> | A | B |) now correctly preserve the prefix>>,>>>) with proper prefix preservationMD057: Skip link patterns inside LaTeX math spans (fixes #289)
$...$or$$...$$are no longer flagged as broken linksMD030: Skip empty marker lines without content (fixes #288)
MD031/MD032/MD058/MD065: Auto-fix preserves nested blockquote prefix (fixes #268)
>>,>>>)>without trailing space (per markdownlint-cli)MD005/MD007: Prevent oscillation between rules
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.0.215Compare Source
Fixed
MD057: Exclude footnote definitions from relative link checking (fixes #286)
[^id]: content) were incorrectly parsed as reference link definitions[^1]: [link](https://example.com)was flagged as broken link)MD005: Auto-fix preserves blockquote prefix (fixes #268)
>prefix is now preservedDownloads
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.0.214Compare Source
Added
"docs/**/*.md" = "gfm"in[global.file-flavors]sectioncommonmark,gfm,mkdocs,obsidian,mdbookFixed
MD028: Skip GFM alerts when checking blank lines in blockquotes (fixes #126)
> [!NOTE],> [!TIP],> [!IMPORTANT],> [!WARNING],> [!CAUTION]) require blank line separation to render correctly[!NOTE]and[!note]MD032: Auto-fix handles varying blockquote whitespace (fixes #268)
>and>prefixes within the same blockquoteMD032: Detect blockquotes before skip conditions (fixes #284, #285)
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.0.213Compare Source
Fixed
MD031/MD046: Detect code blocks inside lists (fixes #276)
list-items=truenow correctly flags fenced code blocks inside listsstyle=fencednow correctly flags indented code blocks inside listsMD057: Check reference-style link definitions for broken links (fixes #274)
[ref]: ./path.mdare now checked[text](./path.md)were validatedMD007: "Do What I Mean" behavior for indent configuration (fixes #273)
indentis explicitly set withoutstyle, automatically use fixed styleindent = 4now actually uses 4-space increments as expectedindentandstyle = "text-aligned"are set (contradictory)MD030: Prevent false positives in math blocks (fixes #275)
$$...$$) are now detected and excluded from list marker spacing checksDownloads
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.0.212Compare Source
Added
--show-full-pathflag to opt into absolute pathsFixed
LSP: Respect FormattingOptions in formatting handler (fixes #265)
insertFinalNewline: Add trailing newline if missingtrimFinalNewlines: Remove extra trailing newlines at EOFtrimTrailingWhitespace: Remove trailing whitespace from all linesFix coordinator: Re-check all rules after each fix for idempotency (fixes #271)
rumdl check --fixnow produces idempotent resultsMD046: Preserve code indentation and skip MkDocs admonitions (fixes #269, #270)
!!! note,??? warning,???+ tip) are properly skippedMD012: Fix EOF blank line removal in LSP formatting (fixes #264)
MD072: Improved frontmatter key sorting (fixes #265)
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.0.211Compare Source
Fixed
MD032: Handle blockquote continuation lines correctly (fixes #260)
>to comparing blockquote nesting levels> - item\n> continuationnow lint correctlyMD071: Preserve trailing newlines when fixing frontmatter spacing (fixes #262)
Changed
nested-code-fence-collisionblank-line-after-frontmatterfrontmatter-key-sortDownloads
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.0.210Compare Source
Added
MD071: Blank line after frontmatter (new rule)
---) and TOML (+++) frontmatter formatsMD072: Frontmatter key sort (new rule, disabled by default)
ignorelist for keys to exclude from sortingMD072.enabled = truein configurationFixed
MD022: Support kramdown Inline Attribute Lists (fixes #259)
{: .class #id}immediately after headings no longer triggers blank line warningsMD046: Use pulldown-cmark for code block detection
MD072: Fix JSON depth tracking and regex initialization
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.