1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/.config/.markdownlint.json
2023-08-30 03:54:33 +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
}