[PR #1730] [CLOSED] feat: implement autofix for md029 #3505

Closed
opened 2026-03-07 20:14:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1730
Author: @ferrarimarco
Created: 8/21/2025
Status: Closed

Base: nextHead: md029-fix


📝 Commits (1)

  • cec6c7e feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/1730 **Author:** [@ferrarimarco](https://github.com/ferrarimarco) **Created:** 8/21/2025 **Status:** ❌ Closed **Base:** `next` ← **Head:** `md029-fix` --- ### 📝 Commits (1) - [`cec6c7e`](https://github.com/DavidAnson/markdownlint/commit/cec6c7e95ddbd082d097cb029454fce9ae4c48ce) feat: implement autofix for md029 ### 📊 Changes **12 files changed** (+1018 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Add support for auto-fixing MD029 violations. Close #949 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:14:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#3505
No description provided.