You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This invalid link to a file with an anchor has no valid routing [invalidAnchorLink](../../invalidLink.md#does-not-exist)
2
+
This invalid link to a file has no valid routing [invalidLink](../../invalidLink.md)
3
+
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)
4
+
This invalid link to html file that needs to be resolved as markdown has no valid routing [invalidLink](../dir/invalidLink.html)
5
+
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 is a link to file that does not exists[invalidLink](invalidLink.md)
1
+
This is a link to file that does not exist[invalidLink](invalidLink.md)
2
2
This is an invalid link to txt file in current directory [invalidLink](invalidLink.txt)
3
3
This is an invalid html link that needs to be resolved as markdown [invalidHtmlLink](invalidHtmlLink.html)
4
4
This is an anchor link to invalid anchor in current file [invalidAnchorCurrentFile](#valid-links)
5
5
This is an anchor link to an invalid anchor [invalidAnchorLink](../linkTestFile.md#header-7)
6
6
This is an anchor link to an invalid anchor in file that needs to resolved as markdown [invalidAnchorLink](../linkTestFile.html#header-7)
7
-
This is an anchor link to a file that does not exist [invalidAnchorLink](invalidLink.md#does-not-exist)
8
-
> If these property values do not exist in the settings.xml, the source code might not be following the guidelines at [Setup Guide](../setup-introduction.md)
7
+
This is an anchor link to a file that does not exist [invalidAnchorLink](invalidLink.md#does-not-exist)
8
+
> If these property values do not exist in the settings.xml, the source code might not be following the guidelines at [Setup Guide](../setup-introduction.md)
This is an invalid link routed to a valid link [invalidLink](../../linkTestFile.md)
2
+
This is an invalid link routed to a valid link with an anchor [invalidAnchorLink](../../linkTestFile.md#fundamentals)
3
+
This is an invalid link routed to a valid link [invalidLink](../dir/linkTestFile.md)
4
+
This is an invalid link routed to a valid link with an anchor [invalidAnchorLink](../dir/linkTestFile.md#fundamentals)
5
+
This is an invalid link routed to a valid link [invalidLink](../../subdir/linkTestFile.md)
6
+
This is an invalid link routed to a valid link with an anchor [invalidAnchorLink](../../subdir/linkTestFile.md)
7
+
This is an invalid html file that needs to be resolved as markdown routed to a valid link [invalidHtmlLink](../../linkTestFile.html)
8
+
This is an invalid html file that needs to be resolved as markdown routed to a valid link with an anchor [invalidHtmlAnchorLink](../../linkTestFile.html#fundamentals)
0 commit comments