I'd like to parse html into text (as HTML::FormatText does), but retain _some_ of the formatting -- namely, I'd like to keep the color changes (IE, have curses color codes to change the color at that point, and back to whatever it was before afterwards)
Anyone know of a module that can do this? Or am I going to have to parse the HTML myself?