mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #726] MD051: Allow link fragments to kramdown block IAL and span IAL ids #2368
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2368
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @randallpittman on GitHub (Feb 23, 2023).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/726
Related: #570
kramdown lets you give ids to blocks and spans with the inline attribute list syntax. It would be great to not have false positives for MD051 when linking to an id of this syntax.
Example syntax
@DavidAnson commented on GitHub (Feb 24, 2023):
Thanks for the related link. This doesn't look too bad to allow. It's funny these two systems don't even agree on the same syntax for this - tho it's pretty clear they knew about each other.