kookma / TW-Shiraz

Shiraz is a small Tiddlywiki 5 plugin contains macros, stylesheets, templates, snippets, images, static tables, dynamic tables and acts as a starter kit.
https://kookma.github.io/TW-Shiraz/
81 stars 8 forks source link

Expand header styling to thead>th #2

Closed dnebauer closed 5 years ago

dnebauer commented 5 years ago

Table header styles currently apply only to td elements within a thead element. This is the default output from TW's "pseudo row" syntax.

TW users creating their own html tables with custom macros may, however, create header rows with th elements within a thead element. (This is the method recommended by many popular html guides.) This pull request expands shiraz table header styling to include these headers.