blob: e1df16d5c2a266a6f4e785b76e51c47118c58762 [file] [log] [blame] [view]
# second file
This file is referenced indirectly.
There is an [invalid link](http://{}.com/markdown)
Checks for links that are nested in paragraphs of list items
* A list item
With a paragraph which contains an [invalid link](/docs/../../missing.md).
* A list item with a codeblock containing an invalid link
This should be OK, since it is a code block, and the link is just an example.
```sh
Some markdown [sample](https://<server>/<path>[?<query>])
```