mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 23:48:49 +01:00
Handle parser inconsistency for "u@.com" to avoid repeatedly wrapping with "<>" when fixing the bare URL (email) (fixes #1140).
This commit is contained in:
parent
902783df21
commit
2b73095ebd
5 changed files with 49 additions and 3 deletions
|
|
@ -97,6 +97,8 @@ Email addresses are treated similarly: user@example.com {MD034}
|
|||
|
||||
Angle brackets work the same for email: <user@example.com>
|
||||
|
||||
Unusual email addresses are handled: <user@.com>
|
||||
|
||||
---
|
||||
|
||||
[is-a-valid]: https://example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue