Housekeeping: add markdownlint.json.

This commit is contained in:
Bassam Husain
2025-12-19 16:57:20 -05:00
parent 9bd65614e3
commit 57c1f8c721
2 changed files with 9 additions and 11 deletions

9
.markdownlint.json Normal file
View File

@@ -0,0 +1,9 @@
{
"no-inline-html": false,
"first-line-h1": false,
"descriptive-link-text": false,
"no-blanks-blockquote": false,
"fenced-code-language": false,
"table-column-count": false,
"line-length": false
}