diff --git a/.mdl_style.rb b/.mdl_style.rb index da919b3..3f44d3c 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -5,3 +5,5 @@ rule 'MD003', :style => :setext_with_atx rule 'MD013', :line_length => 88 # https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md029---ordered-list-item-prefix rule 'MD029', :style => :ordered +# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md024---multiple-headers-with-the-same-content +rule "MD024", :allow_different_nesting => true