From d8a95430b44c48a78cae1d3917bb0523f605280c Mon Sep 17 00:00:00 2001 From: Christophe Dufaza Date: Sat, 7 Dec 2024 01:22:47 +0100 Subject: [PATCH] rich: io: refactoring HTML redirection streams onto dtsh.rich.html When appending a captured command output to an existing HTML file, we asked the rich library Console.export_html() API to generate inline CSS styles rather than: - CSS class definitions in a - - - - -
{code}
- - - - -""" - DTSH_EXPORT_THEMES: Mapping[str, TerminalTheme] = { "svg": SVG_EXPORT_THEME, "html": DEFAULT_TERMINAL_THEME,