From b90bac0a902c4fe9786864731c97ff63c544dca0 Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 12 Jan 2024 21:13:00 -0800 Subject: [PATCH] Add link-image-style and table-pipe-style to .markdownlint.json. --- .markdownlint.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.markdownlint.json b/.markdownlint.json index 8d5124f..456d254 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -24,6 +24,12 @@ "strict": true, "code_blocks": false }, + "link-image-style": { + "autolink": false, + "inline": false, + "collapsed": false, + "shortcut": false + }, "no-duplicate-heading": { "siblings_only": true }, @@ -43,6 +49,9 @@ "strong-style": { "style": "asterisk" }, + "table-pipe-style": { + "style": "leading_and_trailing" + }, "ul-style": { "style": "dash" }