mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD051/link-fragments to identify and fix scenarios where the link fragment has the wrong case (fixes #605).
This commit is contained in:
parent
d352d4ece1
commit
ac8f495ea2
8 changed files with 146 additions and 14 deletions
|
|
@ -2141,6 +2141,8 @@ Tags: `links`
|
|||
|
||||
Aliases: `link-fragments`
|
||||
|
||||
Fixable: Most violations can be fixed by tooling
|
||||
|
||||
This rule is triggered when a link fragment does not match any of the fragments
|
||||
that are automatically generated for headings in a document:
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ Tags: `links`
|
|||
|
||||
Aliases: `link-fragments`
|
||||
|
||||
Fixable: Most violations can be fixed by tooling
|
||||
|
||||
This rule is triggered when a link fragment does not match any of the fragments
|
||||
that are automatically generated for headings in a document:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue