From b5a79701d0b4f2c7cf3f6f1a3353cf201ef008ba Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 4 Sep 2023 16:45:01 -0700 Subject: [PATCH] Opt project files in to the new reference-links-images / shortcut_syntax behavior. --- .markdownlint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdownlint.json b/.markdownlint.json index 774a1479..26e33c22 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -47,6 +47,9 @@ "Node.js" ] }, + "reference-links-images": { + "shortcut_syntax": true + }, "strong-style": { "style": "asterisk" },