pub fn export_html_classes(
segments: &[Segment],
theme: &TerminalTheme,
) -> StringExpand description
Render segments to a self-contained HTML document using CSS classes and a
generated stylesheet. Port of Console.export_html(inline_styles=False)
(upstream’s default). Distinct styles are numbered .r1, .r2, … in the
order first seen.