mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD032/blanks-around-lists to ignore (end-appended) undefined reference tokens when determining the last line of a list (fixes #1453).
This commit is contained in:
parent
599b687849
commit
8ad4698536
5 changed files with 24 additions and 10 deletions
|
|
@ -88,6 +88,11 @@ text
|
|||
|
||||
<p>* Not a list</p>
|
||||
|
||||
1. Undefined reference token
|
||||
<pre>
|
||||
[()]
|
||||
</pre>
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"no-inline-html": false,
|
||||
"ul-style": false,
|
||||
|
|
|
|||
|
|
@ -37346,7 +37346,7 @@ Generated by [AVA](https://avajs.dev).
|
|||
insertText: `␊
|
||||
`,
|
||||
},
|
||||
lineNumber: 98,
|
||||
lineNumber: 103,
|
||||
ruleDescription: 'Files should end with a single newline character',
|
||||
ruleInformation: 'https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/md047.md',
|
||||
ruleNames: [
|
||||
|
|
@ -37457,6 +37457,11 @@ Generated by [AVA](https://avajs.dev).
|
|||
␊
|
||||
<p>* Not a list</p>␊
|
||||
␊
|
||||
1. Undefined reference token␊
|
||||
<pre>␊
|
||||
[()]␊
|
||||
</pre>␊
|
||||
␊
|
||||
<!-- markdownlint-configure-file {␊
|
||||
"no-inline-html": false,␊
|
||||
"ul-style": false,␊
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue