Files
wiki/.markdownlint.json
2021-07-09 16:52:07 +02:00

21 lines
580 B
JSON

{
"default": true,
"header-style": { "style": "atx" },
"ul-indent": { "indent": 4 },
"no-multiple-blanks": true,
"line-length": false,
"single-h1": false,
"no-trailing-punctuation": false,
"no-inline-html": true,
"no-bare-urls": false,
"no-emphasis-as-header": false,
"fenced-code-language": true,
"first-line-h1": false,
"code-block-style": { "style": "fenced" },
"single-trailing-newline": true,
"no-hard-tabs": true,
"no-trailing-spaces": true,
"list-marker-space": false,
"no-blanks-blockquote": false
}