mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
17 lines
358 B
Markdown
17 lines
358 B
Markdown
# Reference Links Ignored Definitions
|
|
|
|
Used reference link: [label]
|
|
|
|
[label]: https://example.com/label
|
|
[oops]: https://example.com/{MD053}
|
|
[okay]: https://example.com/ignored
|
|
[yep]: https://example.com/ignored
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"link-image-reference-definitions": {
|
|
"ignored_definitions": [
|
|
"okay",
|
|
"yep"
|
|
]
|
|
}
|
|
} -->
|