Commit Graph

3 Commits

Author SHA1 Message Date
Anduin Xue
a92a343a5c chore: add lint rules for ordered lists in 操作 section and no HTML comments
- Enforce ordered lists (1. 2. 3.) in ## 操作 sections
- Forbid HTML comments in recipe files (template exempted)
- Convert all existing dishes to comply with new rules
- Fix vague measurements (少许 → 2段葱段) in 南派红烧肉
- Fix markdownlint MD032 (blanks around lists) across all files

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-12 04:37:20 +00:00
Anduin Xue
6f83b5e49d 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>
2026-05-05 09:09:16 +00:00
chenfy840
2d8bb2a7b5 Add recipe for 排骨山药玉米汤 (#1780)
* Add recipe for 排骨山药玉米汤

Added a detailed recipe for 排骨山药玉米汤, including ingredients, preparation steps, and cooking tips.

* Refine ingredient details and cooking instructions

Updated ingredient descriptions for clarity and consistency. Improved cooking instructions for better understanding.
2026-04-12 05:51:56 +00:00