[PR #628] [MERGED] fix: Make MD040/fenced-code-language case sensitive. #929

Closed
opened 2026-03-03 02:01:07 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: sensitive


📝 Commits (4)

  • ce28a7b fix: Make MD040/fenced-code-language case sensitive.
  • 71f42d3 fixup: Make MD040/fenced-code-language case sensitive.
  • fe3aab3 fixup: add trim.
  • a30c46d fixup: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/628 **Author:** [@regseb](https://github.com/regseb) **Created:** 11/5/2022 **Status:** ✅ Merged **Merged:** 11/6/2022 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `sensitive` --- ### 📝 Commits (4) - [`ce28a7b`](https://github.com/DavidAnson/markdownlint/commit/ce28a7b22801cf9600e93e2e138b7b143995fa5f) fix: Make MD040/fenced-code-language case sensitive. - [`71f42d3`](https://github.com/DavidAnson/markdownlint/commit/71f42d3b0b678f0bc4d2ac54795189607b7c279f) fixup: Make MD040/fenced-code-language case sensitive. - [`fe3aab3`](https://github.com/DavidAnson/markdownlint/commit/fe3aab3a23feb866506163ae53aba0d00e85f478) fixup: add trim. - [`a30c46d`](https://github.com/DavidAnson/markdownlint/commit/a30c46de51ce0559f17349724992cfcd3fa2220a) fixup: Check first word. ### 📊 Changes **8 files changed** (+106 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix #627. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:01:07 +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#929
No description provided.