Skip to content

Commit

Permalink
Update .markdownlint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu authored Oct 15, 2023
1 parent 37715fe commit 7ff0e3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MD003": { "style": "atx" },
"MD004": { "style": "dash" },
"MD011": false,
"MD009": { "br_spaces": 0 },
"MD013": false,
"MD024": { "siblings_only": true },
"MD026": false,
Expand All @@ -10,5 +10,8 @@
"MD035": { "style": "---" },
"MD040": false,
"MD045": false,
"MD046": { "style": "fenced" }
"MD046": { "style": "fenced" },
"MD048": { "style": "backtick" },
"MD049": { "style": "asterisk" },
"MD050": { "style": "asterisk" }
}

0 comments on commit 7ff0e3b

Please sign in to comment.