build(deps): update dependency ubi:rvben/rumdl to v0.1.8#13
Merged
renovate[bot] merged 1 commit intomainfrom Feb 8, 2026
Merged
build(deps): update dependency ubi:rvben/rumdl to v0.1.8#13renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
06809d3 to
b04fe2b
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.1.0→v0.1.8v0.1.15(+6)Release Notes
rvben/rumdl (ubi:rvben/rumdl)
v0.1.8Compare Source
Added
Inline config: Automatic support for all rules (#364)
<!-- rumdl-configure-file -->commentsget_effective_confighelper for inline config supportMD033: Opt-in auto-fix for inline HTML conversion
fix = trueoption enables auto-fix (disabled by default)MD036: Opt-in auto-fix for emphasis-as-heading
fix = trueoption enables auto-fix (disabled by default)Test: Comprehensive MkDocs extension regression tests
Fixed
MD013: Preserve MkDocs admonition and tab content during reflow (#361)
=== "Tab") properly handled during line wrappingMD013: Prevent whitespace accumulation in sentence-per-line reflow (#360)
MD064: Support inline configure-file comments (#364)
allow-sentence-double-spacenow works with inline HTML config comments`code`.) now correctly recognizedDownloads
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.7Compare Source
Added
MD060: Loose last column option (#356)
loose-last-column = trueskips padding the last column in body rowsMD060: Separate header/body alignment (#348)
column-align-headercontrols alignment for the header row onlycolumn-align-bodycontrols alignment for body rows onlycolumn-alignremains as fallback for bothMD018: MagicLink support in MkDocs flavor (#355)
flavor = "mkdocs", MD018 skips PyMdown MagicLink-style issue references#10and#123at the start of lines are not flagged as malformed headings#Summaryare still flagged correctlyChanged
Docs: Add MD073 to opt-in rules table
Release: Add SchemaStore update reminder
verify-release-ready.shnow warns whenrumdl.schema.jsonhas changedRelease: Add opt-in rules documentation check
verify-release-ready.shverifies all opt-in rules are documented in docs/RULES.mdRelease: Add config validation check
verify-release-ready.shnow tests all rule config options for validation warningsFixed
MD060: Fix config validation warnings for optional alignment options
column-align-headerandcolumn-align-bodyno longer show "Unknown option" warningsMD073: Add missing indent option to config schema
indentoption was accepted but not in the validation schemaCLI: Remove noisy hints from completions command
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.6Compare Source
Added
CLI: Shell completions subcommand (#327)
rumdl completions <shell>generates shell completions for bash, zsh, fish, powershell, and elvishCLI: Static rules.json for tooling integration (#351)
https://raw.githubusercontent.com/rvben/rumdl/main/rules.jsonFixed
indentsetting automatically[MD073] indent = NDownloads
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.5Compare Source
Added
rumdl rule -o jsonexports all rule data as JSONrumdl rule -o json-linesfor streaming/piping (one JSON object per line)--fixable(-f),--category(-c)--list-categoriesshows available categories with rule counts--explainincludes full documentation in outputFixed
MD073: Validate TOC entry indentation matches heading levels (#353)
CLI: Correctly count fixable issues (#349)
rumdl fmtto fix N issues" message now uses capability-based countingCLI: Correctly count files modified by fmt (#347)
Changed
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.4Compare Source
Changed
<!-- toc -->...<!-- tocstop -->markers[MD073] enabled = trueFixed
Rules: Call should_skip() in linting engine for opt-in rules
MD073: Fix HTML anchor handling in heading ID generation
<a name="..."></a>anchors now correctly extract the anchor IDheader_id_utils.rsbenefits all anchor-related functionalityMD032: Fix should_skip() to detect ordered lists
likely_has_lists()only checked for unordered markers (*,-,+)1. item) were incorrectly skippedlist_blockswhich includes all list typesDownloads
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.3Compare Source
Added
toc-heading,anchor-style,case-sensitiveFixed
allow-sentence-double-spacenow works with sentences ending in inline code, emphasis, bold, strikethrough, and other markdown elements`code`. Next sentenceno longer flags a false positiveDownloads
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.2Compare Source
Fixed
LSP: Only auto-fix on manual saves, not autosave (#340)
MD032: Add auto-fix for lazy continuation lines (#342)
allow-lazy-continuation = false, lazy continuation lines now get proper indentationMD037: Fix range calculation for emphasis spacing (#343) (thanks @kachick)
Added
make test-smokeruns stable tests excluding flaky proptest/stress testsDownloads
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.1Compare Source
Fixed
MD013: Preserve MkDocs snippet delimiters during reflow (#338)
-8<-and--8<--delimiters now stay on their own lines when reflowing list itemsMD013: Detect same-line closing tags for script/style elements (#339)
<script src="..."></script>no longer cause subsequent lines to be skippedMD013: Improve reflow handling for config and MkDocs syntax (#335, #337)
abbreviationsconfig option (was showing "unknown option" error){: .class }on its own line during reflowMD013: Require space after period for numbered list detection (#336)
1.2.3no longer mistakenly detected as list itemsMD013: Handle email autolinks correctly
<user@example.com>) no longer break HTML tag extractionMD005/MD030: Use blockquote-aware indent calculation
Changed
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.