mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update MD053/link-image-reference-definitions to handle references within references (i.e., Pandoc-style footnotes), verify Pandoc footnote indent is not treated as comment when markdown-it-footnote plugin is used (fixes #599).
This commit is contained in:
parent
7d1fa55cc4
commit
592a42b0cb
8 changed files with 169 additions and 2 deletions
|
@ -228,3 +228,11 @@ Not flagged due to ambiguity: [ignored]
|
|||
Unmatched [ in text
|
||||
|
||||
Hidden reference: [hidden][] {MD052}
|
||||
|
||||
## Link references inside reference definitions
|
||||
|
||||
Text with a [^footnote] in it
|
||||
|
||||
[^footnote]: Footnote with an [embedded-reference][] in it
|
||||
|
||||
[embedded-reference]: https://example.com/embedded-reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue