From 7a3027d8b663d2bbeda793febed649658d2cc183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 23 Sep 2019 10:39:11 +0200 Subject: [PATCH] Update markdownlint config --- markdownlint-config.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdownlint-config.rb b/markdownlint-config.rb index 6a4e0957e..4f0543ce9 100644 --- a/markdownlint-config.rb +++ b/markdownlint-config.rb @@ -27,6 +27,10 @@ # Justification: there's nothing terribly wrong with doing that exclude_rule 'MD039' +# MD046: Code block style +# Justification: we don't care about mixing indented and fenced code blocks +exclude_rule 'MD046' + rule 'MD026', :punctuation => '.,;:!' # Trailing punctuation in header rule 'MD029', :style => 'ordered' # Ordered list item prefix