mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[PR #610] [MERGED] Add allowed_languages parameter to MD040 #916
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#916
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/610
Author: @chenxsan
Created: 10/16/2022
Status: ✅ Merged
Merged: 10/17/2022
Merged by: @DavidAnson
Base:
next← Head:feature/support-allowlist-md040📝 Commits (5)
b88b106Add allow_list parameter to MD040eecb805apply reviewsd7a88a8apply review1274e45fix doc3cb67bcMerge branch 'next' into feature/support-allowlist-md040📊 Changes
12 files changed (+199 additions, -9 deletions)
View changed files
📝
demo/markdownlint-browser.js(+11 -2)📝
doc/Rules.md(+5 -0)📝
lib/md040.js(+16 -2)📝
schema/.markdownlint.jsonc(+4 -1)📝
schema/.markdownlint.yaml(+3 -1)📝
schema/build-config-schema.js(+12 -0)📝
schema/markdownlint-config-schema.json(+16 -2)📝
test/markdownlint-test.js(+1 -1)➕
test/md040-allowed_languages.json(+5 -0)➕
test/md040-allowed_languages.md(+45 -0)📝
test/snapshots/markdownlint-test-scenarios.js.md(+81 -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.