Files
gbrain/src
9ceca6063b book-mirror: emit HTML <table valign=top> instead of markdown pipe tables (#2270)
Markdown pipe tables have no vertical-align control, so every renderer except
GitHub middle-aligns rows — unreadable when the two columns differ in length.
Switch the per-chapter prompt + frontmatter tag to the HTML <table> form with
valign=top on every cell (matches the 20 hand-built mirror pages that already
render correctly).

Co-authored-by: garrytan-agents <agents@garrytan.dev>
2026-07-16 19:53:43 -07:00
..