Skip to content

Commit 18ed204

Browse files
author
Colin Robertson
committed
Add global markdownlint config
1 parent 2263bfe commit 18ed204

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.markdownlint.json

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

0 commit comments

Comments
 (0)