mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
Théo LUDWIG
6c4e8cec9c
Similar to https://github.com/DavidAnson/markdownlint/blob/main/doc/md051.md Fixes #2 BREAKING CHANGE: Validate links fragments in relative links
20 lines
212 B
Markdown
20 lines
212 B
Markdown
# Invalid
|
|
|
|
[basic.js](./basic.test.js)
|
|
|
|
![Image](../image.png)
|
|
|
|
[Link fragment](./Valid.md#not-existing-heading)
|
|
|
|
## Existing Heading
|
|
|
|
### Repeated Heading
|
|
|
|
Text
|
|
|
|
### Repeated Heading
|
|
|
|
Text
|
|
|
|
### Repeated Heading
|