mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-05-06 13:47:52 +02:00
feat: add config-option for fragment-index-divider (#20)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Awesome
|
||||
|
||||
## Existing Heading
|
||||
|
||||
### Repeated Heading
|
||||
|
||||
Text
|
||||
|
||||
### Repeated Heading
|
||||
|
||||
Text
|
||||
|
||||
### Repeated Heading
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
# Valid
|
||||
|
||||
[Link fragment](./awesome.md#existing-heading)
|
||||
|
||||
[Link fragment Repeated 0](./awesome.md#repeated-heading)
|
||||
|
||||
[Link fragment Repeated 1](./awesome.md#repeated-heading_1)
|
||||
|
||||
[Link fragment Repeated 2](./awesome.md#repeated-heading_2)
|
||||
Reference in New Issue
Block a user