mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still available, though documented as discouraged for future use.
This commit is contained in:
parent
e938f421a9
commit
45424cf459
148 changed files with 861 additions and 699 deletions
12
test/headings_good_with_issue_numbers.md
Normal file
12
test/headings_good_with_issue_numbers.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Heading 1
|
||||
|
||||
## Heading 2
|
||||
|
||||
See the following issues:
|
||||
|
||||
* #1234
|
||||
* #5678 (and related)
|
||||
* #5678
|
||||
* #9101
|
||||
|
||||
## Heading 3
|
Loading…
Add table
Add a link
Reference in a new issue