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