diff options
-rw-r--r-- | .mdlrc.style | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mdlrc.style b/.mdlrc.style index 5f280c3557d..e491f316750 100644 --- a/.mdlrc.style +++ b/.mdlrc.style @@ -31,7 +31,7 @@ rule "MD038" # rule "MD005" # don't allow inconsistent indentation for list items # rule "MD007", :indent => 2 # unordered list indentation should be 2 spaces rule "MD009" # trailing spaces not allowed -# rule "MD018" # must have space after header style +# rule "MD018" # Must have space after header style # rule "MD024", :allow_different_nesting => :true # no multiple headers with same content # rule "MD026", :punctuation => '.,;:!' # no trailing punctuation in headers rule "MD027" # no multiple spaces after blockquote symbol |