[docs] Markdownlint sweep for existing recipe/schema docs#224
Conversation
|
Refreshing upstream checks after fork-side readiness cleanup. |
8f38840 to
cca44f4
Compare
|
Refreshed this branch against current Local verification from the refreshed PR checkout: npx --yes markdownlint-cli2 --config .github/.markdownlint.jsonc "**/*.md" "#node_modules"Result: GitHub now reports the PR as mergeable; it is still blocked on normal review requirements. |
|
Thanks @justfinethanku for refreshing this against |
justfinethanku
left a comment
There was a problem hiding this comment.
Reviewed the diff as a mechanical markdownlint cleanup. Changes are doc-only, CI is green, and this clears the shared lint blocker for the Alan PR queue.
Summary
Fixes pre-existing markdownlint failures across unrelated recipes and schemas so the repository-wide lint check can pass independently of feature PRs.
This follows the same dedicated cleanup pattern as prior markdownlint sweeps in #161 and #215.
Scope
Verification
npx -y markdownlint-cli2@0.22.0 --config .github/.markdownlint.jsonc **/*.md #node_modules-> 0 errors across 142 filesWhy this PR exists
The six open upstream PRs #217-#222 are blocked by the repo's whole-tree
lintCI check, which reports pre-existing markdownlint errors outside those PRs' touched folders. Keeping this as a separate cleanup PR avoids mixing unrelated formatting changes into feature contributions.