[PR #609] [CLOSED] Add allowlist parameter to MD040 #913

Closed
opened 2026-03-03 01:30:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/609
Author: @chenxsan
Created: 10/16/2022
Status: Closed

Base: nextHead: feature/support-allowlist-md040


📝 Commits (1)

  • a41a866 Add allowlist parameter to MD040

📊 Changes

11 files changed (+158 additions, -7 deletions)

View changed files

📝 doc/Rules.md (+4 -0)
📝 lib/md040.js (+13 -2)
📝 schema/.markdownlint.jsonc (+4 -1)
📝 schema/.markdownlint.yaml (+3 -1)
📝 schema/build-config-schema.js (+15 -0)
📝 schema/markdownlint-config-schema.json (+19 -2)
📝 test/markdownlint-test.js (+1 -1)
test/md040-allowlist.json (+5 -0)
test/md040-allowlist.md (+29 -0)
📝 test/snapshots/markdownlint-test-scenarios.js.md (+65 -0)
📝 test/snapshots/markdownlint-test-scenarios.js.snap (+0 -0)

📄 Description

fixes https://github.com/DavidAnson/markdownlint/issues/608.


🔄 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/609 **Author:** [@chenxsan](https://github.com/chenxsan) **Created:** 10/16/2022 **Status:** ❌ Closed **Base:** `next` ← **Head:** `feature/support-allowlist-md040` --- ### 📝 Commits (1) - [`a41a866`](https://github.com/DavidAnson/markdownlint/commit/a41a866901121ce9698976a7aa28750938a0a5b3) Add allowlist parameter to MD040 ### 📊 Changes **11 files changed** (+158 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `doc/Rules.md` (+4 -0) 📝 `lib/md040.js` (+13 -2) 📝 `schema/.markdownlint.jsonc` (+4 -1) 📝 `schema/.markdownlint.yaml` (+3 -1) 📝 `schema/build-config-schema.js` (+15 -0) 📝 `schema/markdownlint-config-schema.json` (+19 -2) 📝 `test/markdownlint-test.js` (+1 -1) ➕ `test/md040-allowlist.json` (+5 -0) ➕ `test/md040-allowlist.md` (+29 -0) 📝 `test/snapshots/markdownlint-test-scenarios.js.md` (+65 -0) 📝 `test/snapshots/markdownlint-test-scenarios.js.snap` (+0 -0) </details> ### 📄 Description fixes https://github.com/DavidAnson/markdownlint/issues/608. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:30:46 +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#913
No description provided.