Relax markdownlint rules for the book

This commit is contained in:
andrussal 2025-12-04 13:50:52 +01:00
parent 33ed2b7a1c
commit 38beca21cc

7
.markdownlint-cli2.jsonc Normal file
View File

@ -0,0 +1,7 @@
{
"config": {
"MD013": false, // Line length: allow longer lines in prose and tables.
"MD040": false, // Fenced code blocks language: allow language-less fences.
"MD060": false // Table column style: relax spacing requirements.
}
}