mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-22 04:44:06 +01:00
Update new rule MD059/descriptive-link-text for project-level consistency.
This commit is contained in:
parent
b8374ec5d2
commit
571c2353ea
23 changed files with 466 additions and 383 deletions
|
|
@ -70,8 +70,6 @@ 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```.
|
||||
|
|
@ -171,3 +169,5 @@ Text
|
|||
Code
|
||||
```
|
||||
Text
|
||||
|
||||
<!-- markdownlint-disable-file descriptive-link-text -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue