diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc new file mode 100644 index 0000000..ee0da2b --- /dev/null +++ b/.markdownlint-cli2.jsonc @@ -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. + } +}