mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #115] [CLOSED] Change "header" to "heading" across the library #2665
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#2665
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/115
Author: @levacic
Created: 3/19/2018
Status: ❌ Closed
Base:
master← Head:enhancement/113/header-to-heading📝 Commits (1)
d249888Change "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.