$ hugo --source blog-site --quiet
exit=0

$ perl scripts/check-post-output.pl blog-site/content/posts/2026-09-22-broken.md
NG: blog-site/content/posts/2026-09-22-broken.md
    ソースに ** が 2 個あるのに、本文の <strong> が 0。全部が閉じていないか、別のページを見ている。
exit=1

$ perl scripts/check-post-output.pl blog-site/content/posts/2026-09-22-fixed.md
  OK: blog-site/content/posts/2026-09-22-fixed.md（本文 626 文字, ソースの **=0, 本文 <strong>=0, 生の **=0, em ダッシュ=0, 禁止語=0）
exit=0
