Create .mdlrc.style.rb

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

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'