Skip to content

chore(deps): Bump rvben/rumdl from 0.1.83 to 0.1.88#51

Merged
sorairolake merged 1 commit into
developfrom
dependabot/github_actions/rvben/rumdl-0.1.88
May 12, 2026
Merged

chore(deps): Bump rvben/rumdl from 0.1.83 to 0.1.88#51
sorairolake merged 1 commit into
developfrom
dependabot/github_actions/rvben/rumdl-0.1.88

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps rvben/rumdl from 0.1.83 to 0.1.88.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.88

Added

  • md051,md052: handle Pandoc implicit header refs and divergent slugs (8805001)
  • md042: document parser-level exclusion of Pandoc inline footnotes, example refs, and implicit header refs (6e4f7d8)
  • md040: accept Pandoc {=format} raw blocks; keep {r}/{python} Quarto-only (f4e446f)
  • md038: skip Pandoc inline code attribute syntax (db18bba)
  • md037: skip Pandoc sub/superscripts and bracketed spans (80a2be6)
  • md034: skip URLs inside Pandoc line blocks and metadata (24469fc)
  • md029: skip Pandoc example-list markers under Pandoc-compatible flavor (2421618)
  • pandoc: add is_pandoc_raw_block_lang helper (60fb48f)
  • pandoc: detect multi-line tables (52c242a)
  • pandoc: detect grid tables (f331d65)
  • pandoc: detect multi-block YAML metadata (0869d66)
  • pandoc: detect pipe-table captions (44a20aa)
  • pandoc: detect line blocks (8f9590a)
  • pandoc: detect bracketed spans (0023c4a)
  • pandoc: detect inline code attribute syntax (0cced5f)
  • pandoc: detect subscripts and superscripts (d015748)
  • pandoc: detect example lists and references (ae9aeba)
  • pandoc: detect implicit header references (f290047)
  • pandoc: detect inline footnotes ^[note] (b021786)
  • rules: re-gate Pandoc-syntax skips on is_pandoc_compatible() (b9748c2)
  • lint_context: gate Pandoc pre-pass on is_pandoc_compatible() (c342c93)
  • cli: accept --flavor pandoc (5c83805)
  • flavor: add is_pandoc_compatible() helper (7c5964c)
  • flavor: add Pandoc variant to MarkdownFlavor (af7b6d3)

Fixed

  • server: resolve clap --config arg collision causing panic (deb93ef)
  • md051: emit Pandoc auto_identifiers suffix slugs for duplicate headings (33c858e)
  • md040: accept Pandoc {.class} code attributes as language declaration (10a5a8e)
  • pandoc: exclude link labels from citation detection (186533b)
  • pandoc: require citation @ to sit at a citation boundary (f4df478)
  • md038: keep checking inner whitespace on attributed code spans (1bc9bef)
  • md063: keep numeric ordinals lower-cased in title case (ef3d881)
  • MD009: allow br_spaces on paragraph lines in strict mode (526ec41)
  • MD013: preserve wildcard asterisks during reflow (#604) (012c477)

Downloads

File Platform Checksum
rumdl-v0.1.88-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.88-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.88-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.1.88-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

0.1.88 - 2026-05-04

Added

  • md051,md052: handle Pandoc implicit header refs and divergent slugs (8805001)
  • md042: document parser-level exclusion of Pandoc inline footnotes, example refs, and implicit header refs (6e4f7d8)
  • md040: accept Pandoc {=format} raw blocks; keep {r}/{python} Quarto-only (f4e446f)
  • md038: skip Pandoc inline code attribute syntax (db18bba)
  • md037: skip Pandoc sub/superscripts and bracketed spans (80a2be6)
  • md034: skip URLs inside Pandoc line blocks and metadata (24469fc)
  • md029: skip Pandoc example-list markers under Pandoc-compatible flavor (2421618)
  • pandoc: add is_pandoc_raw_block_lang helper (60fb48f)
  • pandoc: detect multi-line tables (52c242a)
  • pandoc: detect grid tables (f331d65)
  • pandoc: detect multi-block YAML metadata (0869d66)
  • pandoc: detect pipe-table captions (44a20aa)
  • pandoc: detect line blocks (8f9590a)
  • pandoc: detect bracketed spans (0023c4a)
  • pandoc: detect inline code attribute syntax (0cced5f)
  • pandoc: detect subscripts and superscripts (d015748)
  • pandoc: detect example lists and references (ae9aeba)
  • pandoc: detect implicit header references (f290047)
  • pandoc: detect inline footnotes ^[note] (b021786)
  • rules: re-gate Pandoc-syntax skips on is_pandoc_compatible() (b9748c2)
  • lint_context: gate Pandoc pre-pass on is_pandoc_compatible() (c342c93)
  • cli: accept --flavor pandoc (5c83805)
  • flavor: add is_pandoc_compatible() helper (7c5964c)
  • flavor: add Pandoc variant to MarkdownFlavor (af7b6d3)

Fixed

  • server: resolve clap --config arg collision causing panic (deb93ef)
  • md051: emit Pandoc auto_identifiers suffix slugs for duplicate headings (33c858e)
  • md040: accept Pandoc {.class} code attributes as language declaration (10a5a8e)
  • pandoc: exclude link labels from citation detection (186533b)
  • pandoc: require citation @ to sit at a citation boundary (f4df478)
  • md038: keep checking inner whitespace on attributed code spans (1bc9bef)
  • md063: keep numeric ordinals lower-cased in title case (ef3d881)
  • MD009: allow br_spaces on paragraph lines in strict mode (526ec41)
  • MD013: preserve wildcard asterisks during reflow (#604) (012c477)

0.1.87 - 2026-05-02

Added

  • config: fall back to ~/.rumdl.toml and ~/rumdl.toml as user config (8557089)

Fixed

  • code-block-tools: use yamlfmt lint mode for YAML (#606) (0296f86)

... (truncated)

Commits
  • 6fd01e7 chore: bump version to v0.1.88
  • deb93ef fix(server): resolve clap --config arg collision causing panic
  • 33c858e fix(md051): emit Pandoc auto_identifiers suffix slugs for duplicate headings
  • 10a5a8e fix(md040): accept Pandoc {.class} code attributes as language declaration
  • 186533b fix(pandoc): exclude link labels from citation detection
  • f4df478 fix(pandoc): require citation @ to sit at a citation boundary
  • 1bc9bef fix(md038): keep checking inner whitespace on attributed code spans
  • ef28eac docs(flavors): describe parser-level exclusions accurately
  • 47c2d8a docs(quarto): note that Quarto extends Pandoc
  • fb17fe8 docs(flavors): list Pandoc flavor in overview
  • Additional commits viewable 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.83 to 0.1.88.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.83...v0.1.88)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.88
  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 May 11, 2026
@sorairolake sorairolake merged commit f9c55e5 into develop May 12, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/rvben/rumdl-0.1.88 branch May 12, 2026 16:59
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.

1 participant