mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Reimplement MD034/no-bare-urls using micromark tokens (fixes #707).
This commit is contained in:
parent
64159fa456
commit
b990b3ea77
22 changed files with 1495 additions and 947 deletions
|
|
@ -70,3 +70,9 @@ URLs may end with a dash: https://example.com#heading- {MD034}
|
|||
... when explicit: <https://example.com#heading->
|
||||
|
||||
... when embedded: <code>https://example.com#heading-</code>
|
||||
|
||||
Links with spaces inside angle brackets are okay: [blue jay](<https://en.wikipedia.org/wiki/Blue jay>)
|
||||
|
||||
Email addresses are treated similarly: user@example.com {MD034}
|
||||
|
||||
Angle brackets work the same for email: <user@example.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue