### Use case * Check relative link to files * Check anchors in relative linked files (this would be an extension to [`MD051`](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md051)). ### Example Files: ``` contributing.md image.png readme.md ``` Content `readme.md`: ``` # Heading  [link to anchor](contributing.md#Heading) ``` ### Details The logic for discovering relative files could be similar to [textlint-rule-no-dead-link](https://github.com/textlint-rule/textlint-rule-no-dead-link#relative-link-resolution).
Use case
MD051).Example
Files:
Content
readme.md:Details
The logic for discovering relative files could be similar to textlint-rule-no-dead-link.