Add markdownlint config (#209)

This commit is contained in:
offa 2022-03-16 17:00:39 +01:00
commit 3a83b39b0a

6
.markdownlint.json Normal file
View file

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