mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 23:48:49 +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
23
test/reference-links-and-images-ignored-labels.md
Normal file
23
test/reference-links-and-images-ignored-labels.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Reference Links and Images (Ignored Labels)
|
||||
|
||||
[full][full]
|
||||
|
||||
[collapsed][]
|
||||
|
||||
[shortcut]
|
||||
|
||||
[invalid][invalid] {MD052}
|
||||
|
||||
- [ ] Unchecked task list item
|
||||
- [x] Checked task list item {MD052}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"reference-links-images": {
|
||||
"ignored_labels": [
|
||||
"full",
|
||||
"collapsed",
|
||||
"shortcut"
|
||||
],
|
||||
"shortcut_syntax": true
|
||||
}
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue