ci: add markdown linting workflow
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"config": {
|
||||
"MD013": false, // Disable line length rule as it's often too restrictive for docs
|
||||
"MD041": false // Disable first-line heading rule (frontmatter often comes first)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user