mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-11-15 00:32:56 +01:00
chore: initial commit
This commit is contained in:
3
test/fixtures/Invalid.md
vendored
Normal file
3
test/fixtures/Invalid.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Invalid
|
||||
|
||||
[basic.js](./basic.test.js)
|
||||
3
test/fixtures/Valid.md
vendored
Normal file
3
test/fixtures/Valid.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Valid
|
||||
|
||||
[basic.js](../basic.test.js)
|
||||
Reference in New Issue
Block a user