Skip to content

Commit

Permalink
Update .mdlrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Feb 9, 2018
1 parent 6d55df1 commit f3d047c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .mdlrc
@@ -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"

0 comments on commit f3d047c

Please sign in to comment.