mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-23 17:30:12 +01:00
Update MD054/link-image-style to handle autolinked email addresses when disallowed (fixes #1391).
This commit is contained in:
parent
3b07268aeb
commit
a7a50eaa39
16 changed files with 858 additions and 4 deletions
|
|
@ -47,6 +47,18 @@ Text ![url] text
|
|||
|
||||
Text [file.md](file.md) text
|
||||
|
||||
Text <user@example.com> text {MD054}
|
||||
|
||||
Text [user@example.com](user@example.com) text
|
||||
|
||||
Text [user@example.com][email] text
|
||||
|
||||
Text [email][] text
|
||||
|
||||
Text [email] text
|
||||
|
||||
[email]: user@example.com
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"link-image-style": {
|
||||
"autolink": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue