diff --git a/.markdown-link-config.json b/.markdown-link-config.json new file mode 100644 index 00000000..de14e9ec --- /dev/null +++ b/.markdown-link-config.json @@ -0,0 +1,7 @@ +{ + "ignorePatterns": [ + { + "pattern": "@ref" + } + ] +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 084d359d..fd61345f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,3 +51,5 @@ repos: rev: v3.11.2 hooks: - id: markdown-link-check + args: + - --config=.markdown-link-config.json