Add explicit "inherit" setting for fragments links (#162231)

Fixes #162129
This commit is contained in:
Matt Bierner
2022-09-28 11:08:03 -07:00
committed by GitHub
parent 06f29ea59f
commit 5296b0faf3
4 changed files with 7 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ interface Settings {
};
readonly fileLinks: {
readonly enabled: ValidateEnabled;
readonly markdownFragmentLinks: ValidateEnabled;
readonly markdownFragmentLinks: ValidateEnabled | 'inherit';
};
readonly ignoredLinks: readonly string[];
};