[PR #115] [CLOSED] Change "header" to "heading" across the library #815

Closed
opened 2026-03-03 01:30:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/115
Author: @levacic
Created: 3/19/2018
Status: Closed

Base: masterHead: enhancement/113/header-to-heading


📝 Commits (1)

  • d249888 Change "header" to "heading" across the library

📊 Changes

148 files changed (+861 additions, -699 deletions)

View changed files

📝 README.md (+36 -30)
📝 doc/Rules.md (+145 -141)
📝 lib/md001.js (+3 -3)
📝 lib/md002.js (+3 -3)
📝 lib/md003.js (+3 -3)
📝 lib/md013.js (+9 -6)
📝 lib/md018.js (+3 -3)
📝 lib/md019.js (+3 -3)
📝 lib/md020.js (+4 -4)
📝 lib/md021.js (+4 -4)
📝 lib/md022.js (+3 -3)
📝 lib/md023.js (+6 -6)
📝 lib/md024.js (+3 -3)
📝 lib/md025.js (+2 -2)
📝 lib/md026.js (+2 -2)
📝 lib/md036.js (+3 -3)
📝 lib/md041.js (+2 -2)
📝 lib/md043.js (+8 -8)
📝 lib/shared.js (+1 -1)
📝 schema/build-config-schema.js (+18 -5)

...and 80 more files

📄 Description

This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.

Fixes #113


🔄 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/115 **Author:** [@levacic](https://github.com/levacic) **Created:** 3/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `enhancement/113/header-to-heading` --- ### 📝 Commits (1) - [`d249888`](https://github.com/DavidAnson/markdownlint/commit/d249888ed20db73eb369831b9f226d26505c24f4) Change "header" to "heading" across the library ### 📊 Changes **148 files changed** (+861 additions, -699 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+36 -30) 📝 `doc/Rules.md` (+145 -141) 📝 `lib/md001.js` (+3 -3) 📝 `lib/md002.js` (+3 -3) 📝 `lib/md003.js` (+3 -3) 📝 `lib/md013.js` (+9 -6) 📝 `lib/md018.js` (+3 -3) 📝 `lib/md019.js` (+3 -3) 📝 `lib/md020.js` (+4 -4) 📝 `lib/md021.js` (+4 -4) 📝 `lib/md022.js` (+3 -3) 📝 `lib/md023.js` (+6 -6) 📝 `lib/md024.js` (+3 -3) 📝 `lib/md025.js` (+2 -2) 📝 `lib/md026.js` (+2 -2) 📝 `lib/md036.js` (+3 -3) 📝 `lib/md041.js` (+2 -2) 📝 `lib/md043.js` (+8 -8) 📝 `lib/shared.js` (+1 -1) 📝 `schema/build-config-schema.js` (+18 -5) _...and 80 more files_ </details> ### 📄 Description This should be backward compatible, as all "header" aliases are still available, though documented as discouraged for future use. Fixes #113 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:30:17 +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#815
No description provided.