mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add new test case from markdownlint/markdownlint project.
This commit is contained in:
parent
7acb3d72fd
commit
b19b3ccd7f
1 changed files with 12 additions and 0 deletions
12
test/headers_good_with_issue_numbers.md
Normal file
12
test/headers_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