Update markdownlint settings

This commit is contained in:
offa 2022-03-23 16:31:48 +01:00
commit 27a4e844d7

View file

@ -1,6 +1,7 @@
{
"default": true,
"MD007": { "indent": 4 },
"MD033": { "allowed_elements": ["sup"]},
"MD013": false
}
"MD033": { "allowed_elements": ["sup"] },
"MD013": false,
"MD024": { "siblings_only": true }
}