From 63b37511a557fc47ac30d726093e6479f67cdb80 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 16 Sep 2024 19:16:25 +0200 Subject: [PATCH] updated .mdl.rb --- .mdl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.mdl.rb b/.mdl.rb index a720be10..7a32a8f5 100755 --- a/.mdl.rb +++ b/.mdl.rb @@ -25,5 +25,6 @@ exclude_rule 'MD013' # long lines cannot be split if they are URLs #exclude_rule 'MD031' #exclude_rule 'MD032' exclude_rule 'MD033' # inline HTML is important for formatting +exclude_rule 'MD036' # emphasis used instead of header for footer Ported from lines #exclude_rule 'MD039' #exclude_rule 'MD056'