mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-28 11:38:48 +01:00
Update MD052/reference-links-images to add ignored_labels parameter and default to ignoring GFM task list items (fixes #1524).
This commit is contained in:
parent
c413ac9a88
commit
328506e6c8
19 changed files with 357 additions and 12 deletions
19
test/reference-links-and-images-ignored-labels-empty.md
Normal file
19
test/reference-links-and-images-ignored-labels-empty.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Reference Links and Images (Ignored Labels Empty)
|
||||
|
||||
[full][full] {MD052}
|
||||
|
||||
[collapsed][] {MD052}
|
||||
|
||||
[shortcut] {MD052}
|
||||
|
||||
[invalid][invalid] {MD052}
|
||||
|
||||
- [ ] Unchecked task list item
|
||||
- [x] Checked task list item {MD052}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"reference-links-images": {
|
||||
"ignored_labels": [],
|
||||
"shortcut_syntax": true
|
||||
}
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue