Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399).

This commit is contained in:
David Anson 2023-10-25 20:05:19 -07:00
parent 460836445c
commit 10f095c4fd
32 changed files with 3149 additions and 333 deletions

View file

@ -100,6 +100,11 @@ Strong **with** different style {MD050}
[unused]: link-destination
{MD053:100}
[text][url] {MD054}
<!-- markdownlint-disable-next-line MD053 -->
[url]: https://example.com/page
<!-- markdownlint-configure-file {
"first-heading-h1": true,
"ul-start-left": true,
@ -114,6 +119,9 @@ Strong **with** different style {MD050}
"names": [
"markdownlint"
]
},
"link-image-style": {
"reference": false
}
} -->