Skip to content

build(deps): bump rvben/rumdl from 0.1.53 to 0.1.56#589

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.56
Open

build(deps): bump rvben/rumdl from 0.1.53 to 0.1.56#589
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.56

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps rvben/rumdl from 0.1.53 to 0.1.56.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.56

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

Fixed

  • MD064: Fixed false positives inside indented fenced code blocks when --- horizontal rules appear later in the document (#536)
    • Replaced Options::all() with an explicit pulldown-cmark option allowlist, excluding ENABLE_YAML_STYLE_METADATA_BLOCKS which misinterprets --- horizontal rules as YAML metadata delimiters (works around pulldown-cmark#1000)
    • rumdl handles front matter detection independently and correctly (requires --- at line 1, not anywhere in the document)

Downloads

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.56] - 2026-03-19

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

[0.1.55] - 2026-03-19

Fixed

  • MD064: Fixed false positives inside indented fenced code blocks when --- horizontal rules appear later in the document (#536)
    • Replaced Options::all() with an explicit pulldown-cmark option allowlist, excluding ENABLE_YAML_STYLE_METADATA_BLOCKS which misinterprets --- horizontal rules as YAML metadata delimiters (works around pulldown-cmark#1000)
    • rumdl handles front matter detection independently and correctly (requires --- at line 1, not anywhere in the document)

[0.1.54] - 2026-03-18

Fixed

  • MD013: Lines consisting entirely of inline HTML (e.g., badge links <a href="..."><img .../></a>) are no longer flagged when strict = false (#535)
    • Two-tier detection: lines where all content is inside HTML tags, and lines that start/end with tags containing URL attributes (href, src, srcset, poster)
    • HTML-only lines are also treated as paragraph boundaries in reflow mode, preventing them from being merged into adjacent prose

[0.1.53] - 2026-03-16

Fixed

  • MD013: Fixed reflow dedenting paragraph after code block out of admonition inside list item (#509)
    • Code block lines inside admonitions with 4-space list markers had both in_admonition and in_code_block flags set; the code block check ran first, prematurely flushing the admonition context
    • Admonition body reconstruction now correctly segments code blocks (preserved verbatim) from text paragraphs (reflowed)
    • CommonMark-correct fence matching: closing fences must match opening fence character type and minimum length, and cannot have info strings

[0.1.52] - 2026-03-16

Added

  • MD013: New blockquotes config option to control line length checking inside blockquotes, and fix paragraphs=false to correctly skip paragraph content

Fixed

  • MD044: No longer flags proper names inside Markdown inline link URLs ([text](https://github.com/rvben/rumdl/blob/main/url)) or reference link labels ([text][ref]) within HTML comments, HTML blocks, and frontmatter where pulldown-cmark doesn't parse Markdown syntax (#532)

... (truncated)

Commits
  • 0244d66 chore(release): prepare v0.1.56
  • fc91323 feat(rules): add Obsidian attachment folder auto-detection and search-paths t...
  • 4f81b15 chore(release): prepare v0.1.55
  • 7ff8944 fix(rules): use explicit pulldown-cmark options to prevent code block detecti...
  • 8eeed34 chore(release): prepare v0.1.54
  • b48cfba fix(rules): exempt HTML-only lines from MD013 in non-strict mode
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rvben/rumdl](https://github.com/rvben/rumdl) from 0.1.53 to 0.1.56.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@ce2ee38...0244d66)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 20, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 20, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
developer-sumup-com 77f957b Commit Preview URL

Branch Preview URL
Mar 20 2026, 03:15 AM

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants