Minor Changes
-
#7494
37f2e6aThanks @lastenvoy30! - Render semantic<thead>/<th>for markdown tables in the Astro rendererTableNode.astromirrors the nativetablebranch of the React renderer,
so it follows the same change: the first row becomes a<thead>of<th>
cells, the rest render as<td>in<tbody>, thethoverride now applies
to markdown tables, and the default inline table border and cell padding are
no longer applied.Breaking change: the same selector and styling updates the
tinacms
change requires apply here.