chore(deps): update dependency rumdl to v0.1.13#7091
Merged
Conversation
Contributor
✅
|
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:
0.1.10→0.1.13Release Notes
rvben/rumdl (rumdl)
v0.1.13Compare Source
Added
LSP: Code block language completion - Autocomplete fenced code block languages
```and press Ctrl+Space for language suggestionsMD041: Opt-in auto-fix - Add missing first-line heading with
--fixfix = truein MD041 configMD040: GitHub Linguist integration - Normalize code block languages
py→python)Code Block Tools: Additional built-in tools
Code Block Tools: Configurable missing tool handling
on-missing-language-definition: What to do when language has no tools (skip,warn,fail)on-missing-tool-binary: What to do when tool binary not found (skip,warn,fail)MkDocs: PyMdown Blocks support - Recognize PyMdown extension syntax
/// note,/// warning,/// detailsand other block typesnpm: CLI distribution - Install via npm/npx
npx rumdl check .- Run without global installFixed
Code Block Tools: Embedded markdown linting is now opt-in (#380)
[code-block-tools.languages.md]configurationMD040: Skip disabled lines when computing preferred labels
Schema: Use standard integer type for timeout field (#374)
v0.1.12Compare Source
Added
Code Block Tools [preview] - Run external linters and formatters on fenced code blocks (#331)
rumdl check: Run configured linters (ruff, shellcheck, eslint, etc.) on code blocksrumdl check --fix: Run configured formatters (ruff, prettier, shfmt, etc.) to auto-format code blockspy→python,bash→shell)fail,warn,skip)MD018: Per-rule magiclink configuration - Control whether
magiclinksyntax is recognized per rulemagiclink = trueto MD018 config to skip email-like syntaxMD033: Auto-fix for
<a>and<img>tags - Convert simple HTML links and images to Markdown<a href="url">text</a>→[text](url)<img src="url" alt="text">→fix = truein MD033 config (disabled by default)MkDocs: Support for markdown-enabled HTML blocks - Properly handle
<div markdown>grid cards and similar patternsskip_mkdocs_html_markdown()filter to filtered_lines APIFixed
MD013: Prevent infinite loop in MkDocs admonition reflow - Fixed edge case causing reflow to hang on certain admonition content
Config: Remove deprecated MD002 from example -
rumdl.toml.exampleno longer includes deprecated rulesChanged
rumdl.toml.examplenow uses more readable inline tables for code-block-toolsv0.1.11Compare Source
Added
Fixed
MD044: Check proper names in link text, image alt text, and WikiLinks (#369)
[link text](url),, and[[WikiLinks]]Schema: Remove non-standard 'uint' format (#368)
flavor = "obsidian"integerwithminimum: 0instead of non-standarduintformatConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.