pub fn export_html_inline(segments: &[Segment], theme: &TerminalTheme) -> StringExpand description
Render segments to a self-contained HTML document with inline styles.
Port of Console.export_html(inline_styles=True).
pub fn export_html_inline(segments: &[Segment], theme: &TerminalTheme) -> StringRender segments to a self-contained HTML document with inline styles.
Port of Console.export_html(inline_styles=True).