From f95fc325ab63a753ee373bceb5aa086c552e39ed Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Mon, 15 Feb 2021 13:26:33 +0100 Subject: [PATCH] mdlint: disable MD005 due to bug --- .markdownlint/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint/style.rb b/.markdownlint/style.rb index 6e5ebb8f3a..e8fc2897e9 100644 --- a/.markdownlint/style.rb +++ b/.markdownlint/style.rb @@ -3,7 +3,7 @@ rule 'MD002' rule 'MD003' rule 'MD004', :style => :dash -rule 'MD005' +# rule 'MD005' Disable due to https://github.com/markdownlint/markdownlint/issues/374 rule 'MD006' rule 'MD007' rule 'MD009'