mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
263 B
263 B
reversed-link-issue-with-markdownlint-12
Pattern | Description |
---|---|
`(?:["'](?<1>[^"']*)["'] | (?<1>\S+))` |
{MD011:5}
Pattern | Description |
---|---|
(?:\["'\](?<1>\[^"'\]*)["']|(?<1>\S+)) |
... |