mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
MD044/proper-names should ignore text of automatic hyperlinks (fixes #329).
This commit is contained in:
parent
6061cce169
commit
2605d56c62
3 changed files with 39 additions and 3 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"FILE"
|
||||
]
|
||||
},
|
||||
"line-length": false,
|
||||
"no-bare-urls": false,
|
||||
"code-block-style": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,3 +31,21 @@ Text https://example.com/directory/file text
|
|||
|
||||
Text https://example.com/directory/file text
|
||||
Text https://example.com/directory/file text
|
||||
|
||||
Text https://example.com/directory/text.file text
|
||||
Text https://example.com/directory/text.file text
|
||||
|
||||
Text https://example.com/directory/text%20text.file text
|
||||
Text https://example.com/directory/text%20text.file text
|
||||
|
||||
Text <https://example.com/directory/text.file> text
|
||||
Text <https://example.com/directory/text.file> text
|
||||
|
||||
Text <https://example.com/directory/text%20text.file> text
|
||||
Text <https://example.com/directory/text%20text.file> text
|
||||
|
||||
Text [https://example.com/directory/text.file](https://example.com/directory/text.file) text
|
||||
Text [https://example.com/directory/text.file](https://example.com/directory/text.file) text
|
||||
|
||||
Text [https://example.com/directory/text%20text.file](https://example.com/directory/text%20text.file) text
|
||||
Text [https://example.com/directory/text%20text.file](https://example.com/directory/text%20text.file) text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue