Skip to content

Commit

Permalink
update markdownlint.json (dotnet#151)
Browse files Browse the repository at this point in the history
* update markdownlint.json

* Update .markdownlint.json

Co-Authored-By: tdykstra <[email protected]>
  • Loading branch information
tdykstra authored and scottaddie committed Apr 18, 2019
1 parent cacdad0 commit 3bdccef
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"default": true,

"blanks-around-fences": true,
"blanks-around-lists": false,
"blanks-around-fences": false,
"blanks-around-headers": true,
"fenced-code-language": true,
"first-header-h1": {
"level": 1
},
"first-header-h1": false,
"first-line-h1": false,
"header-increment": true,
"header-start-left": true,
"header-style": {
Expand All @@ -26,16 +26,18 @@
"no-hard-tabs": true,
"no-inline-html": {
"allowed_elements": [
"a",
"br",
"font",
"kbd",
"p",
"sup"
"h1", "h2", "h3", "h4", "h5", "h6",
"p", "div", "blockquote",
"pre",
"strong", "em", "tt", "code", "ins", "del", "sup", "sub", "kbd", "samp", "q", "var",
"ol", "ul", "li", "dl", "dt", "dd",
"table", "thead", "tbody", "tfoot", "tr", "td", "th",
"br", "hr",
"a"
]
},
"no-missing-space-atx": true,
"no-multiple-blanks": true,
"no-multiple-blanks": false,
"no-multiple-space-atx": true,
"no-multiple-space-blockquote": true,
"no-reversed-links": true,
Expand All @@ -57,6 +59,7 @@
"PowerShell"
]
},
"required-headers": false,
"single-h1": true,
"ul-start-left": true
}
"ul-start-left": false
}

0 comments on commit 3bdccef

Please sign in to comment.