mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-06 18:40:15 +01:00
Update MD034/no-bare-urls to restore per-sibling scan (vs. all-element scan) and ignore tokens inside an htmlFlow context.
This commit is contained in:
parent
a084c2525c
commit
739cfb6fe2
6 changed files with 123 additions and 56 deletions
|
|
@ -70,12 +70,12 @@ https://example.com
|
|||
|
||||
<div>
|
||||
|
||||
https://example.com
|
||||
https://example.com {MD034}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
https://example.com
|
||||
https://example.com {MD034}
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue