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" 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"