Update .markdownlint.json (#106)

Remove 80 characters line length requirement
- Semantic breaks must still be enforced. 
Remove requirements to remove headings with the same content. 
- If multiple headings have the same headings, those headings should not
be referenced within the document.
This commit is contained in:
Jimmy Debe
2024-11-20 12:23:13 -05:00
committed by GitHub
parent 776c1b76cd
commit e60519bc80

View File

@@ -1,6 +1,9 @@
{
"MD013": {
"tables": false,
"code_blocks" : false
"code_blocks" : false,
"line_length" : false
}
"MD024": false
}