mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-01-03 18:40:46 +01:00
b6b092dc1f
fixes #1
12 lines
196 B
Markdown
12 lines
196 B
Markdown
# Valid
|
|
|
|
[basic.js](../basic.test.js)
|
|
|
|
![Image](./image.png)
|
|
|
|
[External https link](https://example.com/)
|
|
|
|
[External https link 2](https:./external.https)
|
|
|
|
[External ftp link](ftp:./external.ftp)
|