mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 21:48:49 +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
|
|
@ -5,7 +5,7 @@ ignore: this
|
|||
# Fixing with Front Matter {MD022}
|
||||
Text text text {MD009}
|
||||
|
||||
Text [ link ](url) text {MD039}
|
||||
Text [ link ](url) text {MD039} {MD059}
|
||||
## Nested Heading {MD022}
|
||||
|
||||
Text {MD047}
|
||||
Loading…
Add table
Add a link
Reference in a new issue