mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-05-27 11:37:24 +02:00
fix: link fragment with accents should be valid if the heading exists
Fixes a regression introduced in v2.3.0, which needed to lower case/manage case insensitive heading.
This commit is contained in:
3
test/fixtures/valid/existing-heading-with-accents/awesome.md
vendored
Normal file
3
test/fixtures/valid/existing-heading-with-accents/awesome.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Awesome
|
||||
|
||||
## Développement
|
3
test/fixtures/valid/existing-heading-with-accents/existing-heading-with-accents.md
vendored
Normal file
3
test/fixtures/valid/existing-heading-with-accents/existing-heading-with-accents.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Valid
|
||||
|
||||
[Link fragment](./awesome.md#développement)
|
Reference in New Issue
Block a user