mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Fix issue where escaped trailing hash on header caused MD003 due to incorrect classification.
This commit is contained in:
parent
f77b7ae4ec
commit
017fe127fa
3 changed files with 26 additions and 3 deletions
21
test/md003-escaped-trailing-hash.md
Normal file
21
test/md003-escaped-trailing-hash.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Heading
|
||||
|
||||
## Heading with trailing hash \#
|
||||
|
||||
## Heading with trailing hash no space\#
|
||||
|
||||
### Heading with trailing hash \#\#
|
||||
|
||||
### Heading with trailing hash no space\#\#
|
||||
|
||||
### Heading with trailing hash #\#
|
||||
|
||||
### Heading with trailing hash no space#\#
|
||||
|
||||
### Heading with trailing hash {MD003} ##
|
||||
|
||||
### Heading with trailing hash no space{MD003}{MD020}##
|
||||
|
||||
### Heading with trailing hash {MD003}{MD020} \##
|
||||
|
||||
### Heading with trailing hash no space{MD003}{MD020}\##
|
||||
Loading…
Add table
Add a link
Reference in a new issue