mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #601] Update MD051/link-fragments to support ADO wiki anchors #2321
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#2321
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 @jason-ha on GitHub (Oct 6, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/601
Azure DevOps preserves capitalization to form anchor names. In VS Code you can Ctrl+click to successfully jump to that part of document, but markdownlint complains about invalid link fragment.
Example:
@nschonni commented on GitHub (Oct 6, 2022):
The complaint is about the capitalization of the anchor, not the dashes. It should be happy with
#alternate-topic@DavidAnson commented on GitHub (Oct 18, 2022):
Closing in favor of #605. Current behavior is to enforce "lower-case" because that's what GitHub produces.