mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #628] [MERGED] fix: Make MD040/fenced-code-language case sensitive. #929
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#929
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/628
Author: @regseb
Created: 11/5/2022
Status: ✅ Merged
Merged: 11/6/2022
Merged by: @DavidAnson
Base:
next← Head:sensitive📝 Commits (4)
ce28a7bfix: Make MD040/fenced-code-language case sensitive.71f42d3fixup: Make MD040/fenced-code-language case sensitive.fe3aab3fixup: add trim.a30c46dfixup: Check first word.📊 Changes
8 files changed (+106 additions, -32 deletions)
View changed files
📝
demo/markdownlint-browser.js(+3 -6)📝
doc-build/md040.md(+2 -2)📝
doc/Rules.md(+2 -2)📝
doc/md040.md(+2 -2)📝
lib/md040.js(+3 -8)📝
test/md040-allowed_languages.md(+24 -6)📝
test/snapshots/markdownlint-test-scenarios.js.md(+70 -6)📝
test/snapshots/markdownlint-test-scenarios.js.snap(+0 -0)📄 Description
Fix #627.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.