mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #609] [CLOSED] Add allowlist parameter to MD040 #913
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#913
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/609
Author: @chenxsan
Created: 10/16/2022
Status: ❌ Closed
Base:
next← Head:feature/support-allowlist-md040📝 Commits (1)
a41a866Add 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.