mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Reimplement MD009/no-trailing-spaces using micromark tokens.
This commit is contained in:
parent
37ab4a0faf
commit
4072cf7417
7 changed files with 380 additions and 116 deletions
|
|
@ -48,10 +48,24 @@
|
|||
- text
|
||||
text
|
||||
|
||||
{MD009:35}
|
||||
{MD009:37}
|
||||
{MD009:50}
|
||||
|
||||
1. text
|
||||
text
|
||||
|
||||
|
||||
1. text
|
||||
|
||||
|
||||
{MD009:57}
|
||||
{MD009:58}
|
||||
{MD009:60}
|
||||
{MD009:61}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"no-multiple-blanks": false,
|
||||
"no-trailing-spaces": {
|
||||
"list_item_empty_lines": true,
|
||||
"strict": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue