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

Task 52: Math Formula Rendering (KaTeX)

完了 ← タスク一覧

Task 052: Math Formula Rendering (KaTeX)

Status: DONE (completed 2026-02-24)

Motivation

Human directive: 数式はいいかんじにレンダリングされてほしい。

Reports contain ΔV formulas, vis-viva equations, Tsiolkovsky equation, etc. that currently render as plain text.

Scope

  1. Add KaTeX CSS + JS to report layout (CDN or bundled)
  2. Update markdownToHtml to detect and render math blocks ($...Update markdownToHtml to detect and render math blocks ( inline, $...$` display)
  3. Audit existing reports for formulas that should use KaTeX
  4. Write tests for math rendering in markdown

Implementation Summary

Notes