Skip to content

book-mirror: emit HTML <table valign=top> instead of markdown pipe tables#2270

Open
garrytan-agents wants to merge 1 commit into
garrytan:masterfrom
garrytan-agents:book-mirror-htmltable-valign-top
Open

book-mirror: emit HTML <table valign=top> instead of markdown pipe tables#2270
garrytan-agents wants to merge 1 commit into
garrytan:masterfrom
garrytan-agents:book-mirror-htmltable-valign-top

Conversation

@garrytan-agents

Copy link
Copy Markdown
Contributor

Markdown pipe tables have no vertical-align control, so every renderer except GitHub middle-aligns rows — unreadable when the two columns differ in length (the common case for a Chapter/Mirror layout).

This switches the per-chapter subagent prompt and the frontmatter tag to the HTML <table> form with valign="top" on every cell, matching the hand-built mirror pages that already render correctly everywhere (GitHub, PDF, Obsidian).

No logic change to fan-out, assembly, or trust contract — prompt + tag only.

…bles

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant