mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD051/link-fragments to not provide error context for multi-line scenarios.
This commit is contained in:
parent
ef1bd286a9
commit
1eb40d3c4c
4 changed files with 12 additions and 8 deletions
|
|
@ -23597,8 +23597,7 @@ Generated by [AVA](https://avajs.dev).
|
|||
],
|
||||
},
|
||||
{
|
||||
errorContext: `[Invalid {MD051}](#multi-line␊
|
||||
"Title")`,
|
||||
errorContext: null,
|
||||
errorDetail: null,
|
||||
errorRange: null,
|
||||
fixInfo: null,
|
||||
|
|
@ -23667,8 +23666,7 @@ Generated by [AVA](https://avajs.dev).
|
|||
],
|
||||
},
|
||||
{
|
||||
errorContext: `[Multi-line {MD051}](#NAMEDLINK␊
|
||||
"Title")`,
|
||||
errorContext: null,
|
||||
errorDetail: 'Expected: #namedlink; Actual: #NAMEDLINK',
|
||||
errorRange: null,
|
||||
fixInfo: null,
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue