E.g., as we did for `sgr_to_html`, there is no sense in preserving a style of the form: ``` hello\033[31m ``` It should just be dropped, right now we instead do: ``` hello\033[31m\033[0m ```