⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 400: Add Anchor Reference Validation Test

未着手 ← タスク一覧

Task 400: Add Anchor Reference Validation Test

Status: DONE

Summary

Tasks 398-399 fixed broken anchor references. Add automated validation that verifies anchor references in markdown links (#section-id) match actual heading IDs produced by slugify. This prevents anchor mismatches from recurring.

Rationale

Implementation

  1. For each markdown link with #anchor, verify the anchor matches slugify output of a heading in the target file
  2. Focus on cross-file anchor references (within same file is harder to validate statically)