mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add test case for reference link with collapsed link syntax in URL (fixes #697).
This commit is contained in:
parent
97f99befb8
commit
9af466993f
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ Shortcut ending in colon: [colon]:
|
|||
|
||||
Use of multi-line label: [multi-line-label][]
|
||||
|
||||
Use of link in label: [link-in-label][]
|
||||
|
||||
Standard link: [text](https://example.com/standard)
|
||||
|
||||
Wrapped in brackets: [[text][unique0]] [[unique1][]] [[unique2]]
|
||||
|
|
@ -167,6 +169,7 @@ Missing[^2]
|
|||
[colon]: https://example.com/colon
|
||||
[multi-line-label]:
|
||||
https://example.com/multi-line-label
|
||||
[link-in-label]: https://example.com/path?[brackets][]
|
||||
[unique0]: https://example.com/unique0
|
||||
[unique1]: https://example.com/unique1
|
||||
[unique2]: https://example.com/unique2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue