mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-24 16:06:09 +01:00
Update MD034/no-bare-urls to better handle multiple similar issues on the same line (fixes https://github.com/igorshubovych/markdownlint-cli/issues/339).
This commit is contained in:
parent
ce5d393109
commit
cba5e8d340
7 changed files with 290 additions and 119 deletions
|
|
@ -28,3 +28,9 @@ Other enclosures are not allowed:
|
|||
|
||||
(https://example.com) {MD034}
|
||||
{https://example.com} {MD034}
|
||||
|
||||
Duplicate links in tables should be handled:
|
||||
|
||||
| Link | Same Link | Violation |
|
||||
|----------------------|----------------------|-----------|
|
||||
| https://example.com/ | https://example.com/ | {MD034} |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue