Skip to content
Merged
12 changes: 9 additions & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"default": true,
"MD003": { "style": "atx" },
"MD007": { "indent": 2 },
"MD003": {
Comment thread
dealako marked this conversation as resolved.
"style": "atx"
},
"MD007": {
"indent": 2
},
"MD013": false,
"MD024": { "allow_different_nesting": true },
"MD024": {
"allow_different_nesting": true
},
"MD033": false,
"MD041": false,
"MD051": false
Expand Down
Loading
Loading