mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-02-28 16:03:02 +01:00
feat: add config-option for fragment-index-divider (#20)
This commit is contained in:
9
test/fixtures/valid/existing-heading-fragment-divider/existing-heading-fragment.md
vendored
Normal file
9
test/fixtures/valid/existing-heading-fragment-divider/existing-heading-fragment.md
vendored
Normal file
@@ -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