mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-27 07:14:06 +01:00
Update MD034/no-bare-urls to ignore "[link]" scenario that conflicts with MD011/no-reversed-links (fixes #268).
This commit is contained in:
parent
29f16bf402
commit
dd66a33d75
8 changed files with 60 additions and 27 deletions
|
|
@ -11,3 +11,8 @@ hTtPs://gOoGlE.cOm/ {MD034}
|
|||
ftp://user:password@ftp-server.example.com/dir/file.txt {MD034}
|
||||
|
||||
This link should be fine: <https://www.google.com/>
|
||||
|
||||
The following are allowed to avoid conflicts with MD011/no-reversed-links:
|
||||
|
||||
[https://example.com]
|
||||
[https://example.com/search?query=text]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue