Hi there, love the package and docs!
One thing I'd like to format for text tables, but that doesn't seem possible yet (unless I missed it), is to configure the header row differently from the top and bottom.
Here's an example of what I mean:
-------- -------- -------- --------
Col. 1 Col. 2 Col. 3 Col. 4
======== ======== ======== ========
1 false 1.0 1
2 true 2.0 2
3 false 3.0 3
-------- -------- -------- --------
Would be happy to discuss how to add this feature.