Hello,
I am wondering if it is possible to add a way to render/write the table to a string the retains ANSI formatting and one that removes ANSI formatting.
Basically, I have some columns I want to colour differently based on the value, and some other ANSI styling - bold, italic etc. Maybe a display_term annotation? And a to_term_string on the Table?
Thanks for consideration!