Create .mdlrc.style.rb

This commit is contained in:
Angelos Chalaris
2018-02-09 12:38:23 +02:00
committed by GitHub
parent 62d64d2de9
commit b9a0dbafb5

7
.mdlrc.style.rb Normal file
View File

@ -0,0 +1,7 @@
all
rule 'header-style', :style => "atx"
rule 'ul-style', :style => "asterisk"
exclude_rule 'first-header-h1'
exclude_rule 'first-line-h1'
exclude_rule 'no-inline-html'