-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
<p><a href="https://example.com/post/#foo">bad anchor link 1</a> | ||
<p><a href="./">good internal link</a> | ||
<a href="https://example.com/post/#foo">bad anchor link 1</a> | ||
<a href="https://example.com/post/#bar">bad anchor link 2</a> | ||
<a href="https://example.com/post/#baz">bad anchor link 3</a> | ||
<a href="./">good internal link</a> | ||
<a href="https://sddfsdjf.com">no DNS external link</a> | ||
<a href="https://clayto.com/1234">404 external link</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link</a></p> | ||
<a href="@/foo">bad internal link 1</a> | ||
<a href="@/bar">bad internal link 2</a> | ||
<a href="https://g%7Betzola.org">invalid domain external link 1</a> | ||
<a href="https://cla%3Cyto.com/">invalid domain external link 2</a></p> | ||
<!-- [external 404](https://clayto.com/foo) --> | ||
|