mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-05-06 13:47:52 +02:00
feat: support line number checking in link fragment (e.g: '#L50')
Fixes #6
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Awesome
|
||||
|
||||
ABC
|
||||
|
||||
Line 5
|
||||
|
||||
Line 7 Text
|
||||
|
||||
## L7
|
||||
@@ -0,0 +1,3 @@
|
||||
# Valid
|
||||
|
||||
[Link fragment line number 7](./awesome.md#L7)
|
||||
Reference in New Issue
Block a user