c0186224d8
* ci: add markdown linting workflow * fix: disable MD025 for frontmatter and H1 compatibility --------- Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com>
8 lines
250 B
JSON
8 lines
250 B
JSON
{
|
|
"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)
|
|
"MD025": false // Allow frontmatter title and H1
|
|
}
|
|
}
|