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" }