[PR #614] [MERGED] Add match_case to MD043 #919

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/614
Author: @mateus
Created: 10/19/2022
Status: Merged
Merged: 10/22/2022
Merged by: @DavidAnson

Base: nextHead: md043-match-case


📝 Commits (3)

  • fa0455a Add match_case to MD043
  • 5efd75b Update test case because MD043 stops checking after the first wrong heading.
  • f56df80 Document match_case parameter.

📊 Changes

13 files changed (+125 additions, -6 deletions)

View changed files

📝 demo/markdownlint-browser.js (+4 -2)
📝 doc/Rules.md (+5 -1)
📝 lib/md043.js (+4 -2)
📝 schema/.markdownlint.jsonc (+3 -1)
📝 schema/.markdownlint.yaml (+2 -0)
📝 schema/build-config-schema.js (+5 -0)
📝 schema/markdownlint-config-schema.json (+5 -0)
test/required-headings-match-case.json (+12 -0)
test/required-headings-match-case.md (+9 -0)
test/required-headings-wrong-match-case.json (+12 -0)
test/required-headings-wrong-match-case.md (+11 -0)
📝 test/snapshots/markdownlint-test-scenarios.js.md (+53 -0)
📝 test/snapshots/markdownlint-test-scenarios.js.snap (+0 -0)

📄 Description

Fixes https://github.com/DavidAnson/markdownlint/issues/613


🔄 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/614 **Author:** [@mateus](https://github.com/mateus) **Created:** 10/19/2022 **Status:** ✅ Merged **Merged:** 10/22/2022 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `md043-match-case` --- ### 📝 Commits (3) - [`fa0455a`](https://github.com/DavidAnson/markdownlint/commit/fa0455aedebac1409d985c1dc8af8c410f579138) Add match_case to MD043 - [`5efd75b`](https://github.com/DavidAnson/markdownlint/commit/5efd75b5145f10985ae2ec4a639393882e2cd23c) Update test case because MD043 stops checking after the first wrong heading. - [`f56df80`](https://github.com/DavidAnson/markdownlint/commit/f56df8024e1b76b6232ecb6f8ea7c69663504f74) Document match_case parameter. ### 📊 Changes **13 files changed** (+125 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `demo/markdownlint-browser.js` (+4 -2) 📝 `doc/Rules.md` (+5 -1) 📝 `lib/md043.js` (+4 -2) 📝 `schema/.markdownlint.jsonc` (+3 -1) 📝 `schema/.markdownlint.yaml` (+2 -0) 📝 `schema/build-config-schema.js` (+5 -0) 📝 `schema/markdownlint-config-schema.json` (+5 -0) ➕ `test/required-headings-match-case.json` (+12 -0) ➕ `test/required-headings-match-case.md` (+9 -0) ➕ `test/required-headings-wrong-match-case.json` (+12 -0) ➕ `test/required-headings-wrong-match-case.md` (+11 -0) 📝 `test/snapshots/markdownlint-test-scenarios.js.md` (+53 -0) 📝 `test/snapshots/markdownlint-test-scenarios.js.snap` (+0 -0) </details> ### 📄 Description Fixes https://github.com/DavidAnson/markdownlint/issues/613 --- <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:04 +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#919
No description provided.