Update .mdlrc

This commit is contained in:
Angelos Chalaris
2018-02-09 12:30:04 +02:00
committed by GitHub
parent 5affe60212
commit b3f6f659a5

23
.mdlrc
View File

@ -1,11 +1,12 @@
header-style "atx"
ul-style "asterisk"
no-trailing-spaces true
no-hard-tabs true
no-reversed-links true
no-missing-space-atx true
header-start-left true
single-h1 true
blanks-around-fences true
no-space-in-code true
fenced-code-language true
rules "MD003", // header style - atx
"MD004", // ul list style - asterisk
"MD009", // no trailing whitespaces
"MD010", // no hard tabs
"MD011", // no reversed links
"MD018", // no space after hash on atx style header
"MD023", // headers should start on the start of the line
"MD025", // no multiple h1 headers
"MD031", // blanks around fences
"MD038", // no spaces inside code elements
"MD040" // fenced code blocks need to have a language specified
style ".mdlrc.style.rb"