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