mirror of https://github.com/docker/docs.git
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:
parent
2fc1094c74
commit
50b97b01d5
|
@ -16,7 +16,7 @@
|
|||
"ol-prefix": {"style": "ordered"},
|
||||
"no-reversed-links": true,
|
||||
"reference-links-images": {
|
||||
"shortcut_syntax": true
|
||||
"shortcut_syntax": false
|
||||
},
|
||||
"fenced-code-language": true,
|
||||
"table-pipe-style": true,
|
||||
|
|
Loading…
Reference in New Issue