mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[PR #1730] [CLOSED] feat: implement autofix for md029 #1654
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#1654
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/DavidAnson/markdownlint/pull/1730
Author: @ferrarimarco
Created: 8/21/2025
Status: ❌ Closed
Base:
next← Head:md029-fix📝 Commits (1)
cec6c7efeat: implement autofix for md029📊 Changes
12 files changed (+1018 additions, -177 deletions)
View changed files
📝
doc/Rules.md(+2 -0)📝
doc/md029.md(+2 -0)📝
lib/constants.mjs(+4 -4)📝
lib/md029.mjs(+19 -8)📝
test/markdownlint-test.mjs(+1 -1)➕
test/ordered-list-item-prefix-double-digits-ordered.md(+42 -0)➕
test/ordered-list-item-prefix-sublists-ordered.md(+47 -0)📝
test/snapshots/markdownlint-test-custom-rules.mjs.snap(+0 -0)📝
test/snapshots/markdownlint-test-exports.mjs.snap(+0 -0)📝
test/snapshots/markdownlint-test-micromark.mjs.snap(+0 -0)📝
test/snapshots/markdownlint-test-scenarios.mjs.md(+901 -164)📝
test/snapshots/markdownlint-test-scenarios.mjs.snap(+0 -0)📄 Description
Add support for auto-fixing MD029 violations.
Close #949
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.