mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update MD053/link-image-reference-definitions to add ignored_definitions parameter (default to ["//"]) (fixes #545).
This commit is contained in:
parent
2c3e8c938b
commit
a6489acd6b
14 changed files with 234 additions and 31 deletions
|
@ -166,6 +166,12 @@ https://example.com/multi-line-label
|
|||
[unique6]: https://example.com/unique6
|
||||
[unique7]: https://example.com/unique7
|
||||
|
||||
## Ignored Labels
|
||||
|
||||
[//]: # (This is a technique for putting comments in Markdown)
|
||||
|
||||
[//]: <> (Here is another variant)
|
||||
|
||||
## Invalid Labels
|
||||
|
||||
Duplicate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue