mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-05 21:41: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
|
|
@ -242,3 +242,8 @@ Text with a [^footnote] in it
|
|||
[^footnote]: Footnote with an [embedded-reference][] in it
|
||||
|
||||
[embedded-reference]: https://example.com/embedded-reference
|
||||
|
||||
## GitHub Flavored Markdown Task List Items
|
||||
|
||||
- [ ] Unchecked task list item
|
||||
- [x] Checked task list item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue