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