Update markdownlint settings

This commit is contained in:
offa
2022-03-23 16:32:37 +01:00
parent b4196e0fa8
commit 27a4e844d7
+4 -3
View File
@@ -1,6 +1,7 @@
{ {
"default": true, "default": true,
"MD007": { "indent": 4 }, "MD007": { "indent": 4 },
"MD033": { "allowed_elements": ["sup"]}, "MD033": { "allowed_elements": ["sup"] },
"MD013": false "MD013": false,
} "MD024": { "siblings_only": true }
}