mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +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
|
|
@ -70,6 +70,8 @@ text and ``\`code with ignored escaped \` backticks``
|
|||
|
||||
`` ` leading and trailing space allowed for backtick ` `` text `code`
|
||||
|
||||
<!-- markdownlint-disable descriptive-link-text -->
|
||||
|
||||
Text [link](https://example.com/link`link) text `code`.
|
||||
|
||||
Text [link](https://example.com/link```link) text ```code```.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue