jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.42k stars 60 forks source link

Fix table header theming #128

Closed jaspervdj closed 1 year ago

jaspervdj commented 1 year ago

We were resetting some of the styling in chunkToDocE deep in the pretty-printer code. This was affecting table headers, where we were theming aligned docs. Imagine the call looked a bit like this:

theme $ ... $ chunkToDocE $ ... $ tableHeader

Since chunkToDocE was removing old Ansi codes, the tableHeader ended up unstyled.