Skip to content

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
### Added
  • Inline config: Automatic support for all rules (#364)

    • All rules now automatically support inline configuration via <!-- rumdl-configure-file --> comments
    • Engine-level implementation ensures consistent behavior across rules
    • Added get_effective_config helper for inline config support
  • MD033: Opt-in auto-fix for inline HTML conversion

    • New fix = true option enables auto-fix (disabled by default)
    • Converts simple inline HTML to Markdown equivalents
    • Conservative approach: only fixes clear-cut cases
  • MD036: Opt-in auto-fix for emphasis-as-heading

    • New fix = true option enables auto-fix (disabled by default)
    • Converts emphasis-only paragraphs to proper headings
  • Test: Comprehensive MkDocs extension regression tests

    • Added 197 tests across 20 modules for MkDocs flavor
    • Covers admonitions, content tabs, mkdocstrings, keys, snippets, math, and more
    • Tests edge cases, cross-flavor comparison, fix preservation, and malformed syntax

Fixed

  • MD013: Preserve MkDocs admonition and tab content during reflow (#361)

    • Reflow now preserves required indentation inside MkDocs containers
    • Admonition content no longer incorrectly converted to fenced code blocks
    • Content tabs (=== "Tab") properly handled during line wrapping
  • MD013: Prevent whitespace accumulation in sentence-per-line reflow (#360)

    • Fixed infinite loop causing "failed to converge after 100 iterations" error
    • Sentence-per-line mode now produces stable, idempotent output
  • MD064: Support inline configure-file comments (#364)

    • allow-sentence-double-space now works with inline HTML config comments
    • Sentences ending with markup (`code`.) now correctly recognized

Downloads

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

View the full release notes at https://github.com/rvben/rumdl/releases/tag/v0.1.8.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 31, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 1, 2026
@BrewTestBot BrewTestBot enabled auto-merge February 1, 2026 04:20
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 1, 2026
Merged via the queue into main with commit cf68c1c Feb 1, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-rumdl-0.1.8 branch February 1, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants