-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from ep-linden/issue-23
Bugfix for `Issue-23`
- Loading branch information
Showing
4 changed files
with
160 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
This invalid link to a file with an anchor has no valid routing [invalidAnchorLink](../../invalidLink.md#does-not-exist) | ||
This invalid link to a file has no valid routing [invalidLink](../../invalidLink.md) | ||
This invalid link to a html file with an anchor that needs to be resolved as markdown has no valid routing [invalidAnchorLink](../dir/invalidLink.html#does-not-exist) | ||
This invalid link to html file that needs to be resolved as markdown has no valid routing [invalidLink](../dir/invalidLink.html) | ||
This invalid link to a file with an anchor is routed to a valid link with an invalid anchor [invalidAnchorLink](../../subdir/linkTestFile.md#header-7) | ||
This invalid link to a file with an anchor is routed to a destination where the file doesn't exist [invalidAnchorLink](../dir/invalidLink.md#does-not-exist) | ||
This invalid link to a file is routed to a destination where the file doesn't exist [invalidLink](../dir/invalidLink.md) | ||
This invalid link to a html file with an anchor that needs to be resolved as markdown is routed to a destination where the file doesn't exist [invalidAnchorLink](../dir/invalidLink.html#does-not-exist) | ||
This invalid link to html file that needs to be resolved as markdown is routed to a destination where the file doesn't exist [invalidLink](../dir/invalidLink.html) | ||
This invalid link to a file with an anchor is routed to a valid destination, but the anchor is non-existent [invalidAnchorLink](../../subdir/linkTestFile.md#header-7) | ||
This invalid link to a file has no matched routing [invalidAnchorLink](../../dir/subdir/linkTestFile.md) | ||
This invalid link to a file with an anchor has no matched routing [invalidAnchorLink](../../dir/subdir/linkTestFile.md#header-7) | ||
This invalid link to a file is routed to an invalid destination [invalidAnchorLink](../dir/subdir/linkTestFile.md) | ||
This invalid link to a file with an anchor is routed to an invalid destination [invalidAnchorLink](../dir/subdir/linkTestFile.md#header-7) |
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