Workflow Fix: markdown-lint (#111)

Fixing some errors that still occur in markdown-lint.
This commit is contained in:
Jimmy Debe
2024-11-20 18:32:58 -05:00
committed by GitHub
parent dcc579c47a
commit 87d4ff74d0
3 changed files with 18 additions and 21 deletions

View File

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