mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-07 22:34:20 +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
|
|
@ -87,5 +87,6 @@ Text (text()[text] text
|
|||
<!-- markdownlint-configure-file {
|
||||
"code-block-style": false,
|
||||
"line-length": false,
|
||||
"no-inline-html": false
|
||||
"no-inline-html": false,
|
||||
"descriptive-link-text": false
|
||||
} -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue