lint: disable warning for reference links with shortcut syntax

The shortcut syntax is used by GitHub-style alerts and trigger a lint
warning.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-08-14 15:26:53 +02:00
parent 2fc1094c74
commit 50b97b01d5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"ol-prefix": {"style": "ordered"}, "ol-prefix": {"style": "ordered"},
"no-reversed-links": true, "no-reversed-links": true,
"reference-links-images": { "reference-links-images": {
"shortcut_syntax": true "shortcut_syntax": false
}, },
"fenced-code-language": true, "fenced-code-language": true,
"table-pipe-style": true, "table-pipe-style": true,