mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-05-27 11:37:24 +02:00
feat: stricter validation of heading fragments by being Case sensitive
Fixes #8 BREAKING CHANGE: Heading fragments is now Case sensitive. For example "#ExistIng-Heading" is invalid as it should be "#existing-heading".
This commit is contained in:
3
test/fixtures/invalid/invalid-heading-case-sensitive/awesome.md
vendored
Normal file
3
test/fixtures/invalid/invalid-heading-case-sensitive/awesome.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Awesome
|
||||
|
||||
## Existing Heading
|
3
test/fixtures/invalid/invalid-heading-case-sensitive/invalid-heading-case-sensitive.md
vendored
Normal file
3
test/fixtures/invalid/invalid-heading-case-sensitive/invalid-heading-case-sensitive.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Valid
|
||||
|
||||
[Link fragment](./awesome.md#ExistIng-Heading)
|
Reference in New Issue
Block a user