We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c87ba commit be9ab0aCopy full SHA for be9ab0a
1 file changed
.github/workflows/config/linkspector.yml
@@ -1,5 +1,6 @@
1
dirs:
2
- .
3
useGitIgnore: true
4
-ignorePatterns:
5
- - pattern: '\[(.+)\]\(#(.+)\)'
+replacementPatterns:
+ - pattern: "(\((?=\W)\/?.*(#.*)\))"
6
+ replacement: '{: $2}'
0 commit comments