mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-27 22:15:33 +00:00
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>