summaryrefslogtreecommitdiffhomepage
path: root/.markdownlint.json
blob: 1f26268a726767dc69546c1c6212df73bcf8c933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "no-hard-tabs": {
        "code_blocks": false
    },
    "line-length": false,
    "commands-show-output": false,
    "no-duplicate-header": false,
    "no-inline-html": {
        "allowed_elements": [
            "br"
        ]
    }
}