mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #18] MD011: false positive for parenthesis plus footnote #12
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#12
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 @ndarville on GitHub (May 2, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/18
I first posted this to the Ruby project by mistake, but at least means that both Ruby and Node users will benefit from it.
Here is what it originally read:
Is regarded as a reverse link, because markdownlint considers footnote syntax (part Markdown Extra) a link.
https://github.com/mivok/markdownlint/issues/132
@DavidAnson commented on GitHub (May 3, 2016):
markdownlint supports the CommonMark specification, not Markdown Extra, so there are probably other incompatibilities. That said, this particular one seems fairly easy to special-case, so I'll do so in a future release. Thanks for reporting it!