mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-11-15 00:32:56 +01:00
feat: html anchor support
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Valid
|
||||
|
||||
<a name="existing-heading-anchor" ></a>
|
||||
|
||||
## Existing Heading
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Invalid
|
||||
|
||||
[Link fragment](./awesome.md#non-existing-heading)
|
||||
|
||||
[Link fragment](./awesome.md#non-existing-heading-anchor)
|
||||
|
||||
Reference in New Issue
Block a user