mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02: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
|
@ -68,6 +68,18 @@ Text <https://example.com/pa)re(ns> text
|
|||
|
||||
Text [url](https://example.com/an>g<le>) text {MD054}
|
||||
|
||||
Text <user@example.com> text
|
||||
|
||||
Text [user@example.com](user@example.com) text {MD054}
|
||||
|
||||
Text [user@example.com][email] text
|
||||
|
||||
Text [email][] text
|
||||
|
||||
Text [email] text
|
||||
|
||||
[email]: user@example.com
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"link-fragments": false,
|
||||
"link-image-style": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue