Skip to content

Commit d7e90e5

Browse files
committed
[skip changelog] Revert "Disable internal anchor checks by link checker tool (#1692)"
This reverts commit f470f40. This configuration entry was previously required in order to work around a bug in the "markdown-link-check" tool that resulted in false positives for links to anchors created by HTML anchor tags. The bug in the "markdown-link-check" tool has since been fixed, and this project updated to use the version of the tool with that fix. So this configuration entry is no longer required. The now superfluous configuration entry is hereby removed in order to ensure more comprehensive link check coverage.
1 parent 0846b47 commit d7e90e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.markdown-link-check.json

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"timeout": "20s",
55
"aliveStatusCodes": [200, 206],
66
"ignorePatterns": [
7-
{
8-
"pattern": "^#"
9-
},
107
{
118
"pattern": "https?://localhost:\\d*/"
129
},

0 commit comments

Comments
 (0)