Skip to content

Commit 017eee5

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2618 from corob-msft/cr-markdownlint
Add repo-specific .markdownlint.json config file
2 parents f8a9e6e + 558cfa3 commit 017eee5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"default": true,
3+
"MD002": false,
4+
"MD013": false,
5+
"MD024": { "siblings_only": true },
6+
"MD025": { "front_matter_title": "" },
7+
"MD026": false,
8+
"MD028": false,
9+
"MD038": false,
10+
"MD033": { "allowed_elements": ["a", "br", "em", "strong", "sub", "sup"] }
11+
}

0 commit comments

Comments
 (0)