docs/.markdownlint.json

17 lines
384 B
JSON
Raw Normal View History

2018-11-12 11:37:37 +01:00
{
"default": true,
"whitespace": false,
"line-length": false,
"ul-start-left": false,
"ul-indent": false,
"no-inline-html": false,
"no-bare-urls": false,
"first-line-h1": false,
"first-heading-h1": false,
"no-trailing-punctuation": false,
"ol-prefix": false,
2021-01-15 15:08:12 +01:00
"ul-style": { "style": "dash" },
2022-03-31 09:10:17 +02:00
"no-emphasis-as-header": false,
"blanks-around-fences": false
2018-11-12 11:37:37 +01:00
}