I need to render some HTML into a terminal using escape codes (ANSI colors etc.). I'm looking for a C library to do that, preferably with few dependencies. I know that there are several web browsers for text mode, but I just need the rendering capability, not the entire browser application.
feedback
|