1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-10 11:35:10 +02:00
blog/.markdownlint.json
2019-11-07 00:58:12 +01:00

11 lines
222 B
JSON

{
"default": true,
"line_length": false,
"no-inline-html": false,
"fenced-code-language": false,
"first-line-h1": false,
"first-heading-h1": false,
"no-bare-urls": false,
"no-trailing-punctuation": false
}