mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-23 17:30:12 +01:00
Update MD034/no-bare-urls to allow quoting bare URLs.
This commit is contained in:
parent
e319f9501c
commit
320acfd7cc
4 changed files with 28 additions and 5 deletions
|
|
@ -16,3 +16,15 @@ The following are allowed to avoid conflicts with MD011/no-reversed-links:
|
|||
|
||||
[https://example.com]
|
||||
[https://example.com/search?query=text]
|
||||
|
||||
The following are allowed to avoid conflicts with HTML-like syntax:
|
||||
|
||||
"https://example.com"
|
||||
"https://example.com/search?query=text"
|
||||
'https://example.com'
|
||||
'https://example.com/search?query=text'
|
||||
|
||||
Other enclosures are not allowed:
|
||||
|
||||
(https://example.com) {MD034}
|
||||
{https://example.com} {MD034}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue