mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #1140] MD034: Email autolink with incomplete domain in angle brackets incorrectly reported as a violation #2472
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#2472
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 @ghost on GitHub (Feb 26, 2024).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1140
Similar to: https://github.com/igorshubovych/markdownlint-cli/issues/339
When running the
markdownlint-cli2Pre-commit hook with the--fixoption, a pair of angled brackets is added around text that is detected as a URL infinitely.Minimal Markdown Example:
Expected behavior:
Run
N:Actual behavior:
Run 1:
Run 2:
Run 3:
et c.
@DavidAnson commented on GitHub (Feb 27, 2024):
@ghost commented on GitHub (Feb 27, 2024):
Thanks for the quick reply on this! I should have clarified this in the OP, but the
compose@.serviceis a reference to a Systemd unit template file rather than an email as described here in a few places