Configure permissive markdown linting rules

This commit is contained in:
Jozef Izso 2025-06-08 14:00:50 +02:00
parent 016f16f7b8
commit 981f52cdc2
Failed to extract signature

13
.markdownlint.json Normal file
View file

@ -0,0 +1,13 @@
{
"blanks-around-headings": false,
"blanks-around-lists": false,
"blanks-around-tables": false,
"blanks-around-fences": false,
"no-bare-urls": false,
"line-length": false,
"ul-style": false,
"no-inline-html": false,
"no-multiple-blanks": {
"maximum": 3
}
}