mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-04 17:40:16 +01:00
Add rule MD059/descriptive-link-text "Link text should be descriptive" (fixes #681).
This commit is contained in:
parent
4117394250
commit
b8374ec5d2
40 changed files with 1159 additions and 234 deletions
|
|
@ -12,7 +12,7 @@ Visit https://example.com, then refresh. {MD034}
|
|||
|
||||
The site (https://example.com) is down. {MD034}
|
||||
|
||||
<!-- markdownlint-disable line-length no-inline-html -->
|
||||
<!-- markdownlint-disable descriptive-link-text line-length no-inline-html -->
|
||||
|
||||
Some documents use <a href="https://example.com">to link</a>.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue