Skip to content

Commit 8ab6ef3

Browse files
committed
Revert "Disable internal anchor checks by link checker tool"
This reverts commit cfd1546. 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, and avoid unnecessary clutter in the "markdown-link-check" configuration file.
1 parent aa9a38d commit 8ab6ef3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.markdown-link-check.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
}
99
],
1010
"ignorePatterns": [
11-
{
12-
"pattern": "^#"
13-
},
1411
{
1512
"pattern": "^/"
1613
},

0 commit comments

Comments
 (0)