mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-13 21:56:14 +01:00
Update MD009/no-trailing-spaces to remove unnecessary sorting, add additional test cases.
This commit is contained in:
parent
f284233f9a
commit
54acae87ea
5 changed files with 79 additions and 4 deletions
|
|
@ -62,6 +62,14 @@ text `code
|
|||
span code
|
||||
span` text
|
||||
|
||||
Text text
|
||||
|
||||
Text `code span` text
|
||||
|
||||
Text text
|
||||
`code span`
|
||||
text text
|
||||
|
||||
{MD009:9}
|
||||
{MD009:24}
|
||||
{MD009:32}
|
||||
|
|
@ -75,3 +83,6 @@ span` text
|
|||
{MD009:61}
|
||||
{MD009:62}
|
||||
{MD009:63}
|
||||
{MD009:65}
|
||||
{MD009:67}
|
||||
{MD009:71}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue