summaryrefslogtreecommitdiffstats
path: root/.pymarkdown.json
blob: 00afedc9282427efd1fbdfbf0ca4ab79e27869d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "plugins": {
        "first-line-heading": {
            "//": "Does not work with GitHub issue templates",
            "enabled": false
        },
        "line-length": {
            "//": "Disabled because necessary for tables, and no option to disable for them as of 0.9.6",
            "enabled": false
        },
        "no-inline-html": {
            "//": "!-- for issue template, kbd for README and in general",
            "allowed_elements": "!--,kbd"
        },
        "ul-indent": {
            "//": "Disabled for lists in FAQ/A",
            "enabled": false
        }
    }
}