mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-13 22:43:13 +01:00
14 lines
234 B
Markdown
14 lines
234 B
Markdown
# Valid
|
|
|
|
[basic.js](../basic.test.js)
|
|
|
|
![Image](./image.png)
|
|
|
|
![Absolute Path](/absolute/path.png)
|
|
|
|
[External https link](https://example.com/)
|
|
|
|
[External https link 2](https:./external.https)
|
|
|
|
[External ftp link](ftp:./external.ftp)
|