mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-28 11:38:48 +01:00
Update MD033/no-inline-html to ignore HTML in labels for reference links/images (fixes #658).
This commit is contained in:
parent
cba5e8d340
commit
2146bbae5f
6 changed files with 101 additions and 6 deletions
|
|
@ -120,3 +120,14 @@ code {MD046:114}
|
|||
Text `code <element> code` text
|
||||
|
||||
Text <element> text {MD033}
|
||||
|
||||
A [<link-with>][a-reference] is problematic. {MD033}
|
||||
|
||||
A [link with][a-<reference>] is okay.
|
||||
|
||||
A link with [a-<reference>][] is problematic. {MD033}
|
||||
|
||||
A link with [a-<reference>] is problematic. {MD033}
|
||||
|
||||
[a-reference]: https://example.com/
|
||||
[a-<reference>]: https://example.com/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue