FreshRSS/.markdownlint.json

19 lines
337 B
JSON

{
"default": true,
"blanks-around-fences": false,
"blanks-around-lists": false,
"first-line-heading": false,
"line-length": false,
"no-hard-tabs": false,
"no-inline-html": {
"allowed_elements": ["br", "img", "kbd"]
},
"no-multiple-blanks": {
"maximum": 2
},
"ul-indent": false,
"ul-style": {
"style": "consistent"
}
}