SIGN IN SIGN UP
Anduin2017 / HowToCook UNCLAIMED

程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).

0 0 11 Markdown

feat: add image reference validation to lint system

Add new image reference validation rule in manual_lint.js:
- Validates that referenced images exist in the file system
- Supports relative paths (./, ../) and skips external URLs
- Reports missing images as lint errors

Fixes found issue:
- dishes/soup/排骨山药玉米汤/排骨山药玉米汤.md: removed missing image
  reference './排骨山药玉米汤.jpg'

All lint checks now pass ✅

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
A
Anduin Xue committed
6f83b5e49de4494c6bcb8851e950160de73dbdc9
Parent: 31e0396