Skip to content

Commit 50b97b0

Browse files
committed
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 <[email protected]>
1 parent 2fc1094 commit 50b97b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ol-prefix": {"style": "ordered"},
1717
"no-reversed-links": true,
1818
"reference-links-images": {
19-
"shortcut_syntax": true
19+
"shortcut_syntax": false
2020
},
2121
"fenced-code-language": true,
2222
"table-pipe-style": true,

0 commit comments

Comments
 (0)