mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-29 18:36:10 +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
|
|
@ -23,7 +23,7 @@ Text
|
|||
|
||||
## Heading 2b {MD019} {MD022}
|
||||
- Text *text* text * text * text ** text ** text `text` text ` text ` text {MD004} {MD007} {MD032} {MD037} {MD038}
|
||||
- Text https://example.com/ [ link ](https://example.com/) {MD004} {MD005} {MD039}
|
||||
- Text https://example.com/ [ link ](https://example.com/) {MD004} {MD005} {MD034} {MD039}
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue