pub fn export_html_with_options(
entries: &[SessionEntry],
meta: &ExportMeta,
session_meta: Option<&SessionMeta>,
tree: Option<&TreeNode>,
options: &HtmlExportOptions,
) -> Result<String>Expand description
Render a flat list of session entries into a self-contained HTML string
with fine-grained control over the output via HtmlExportOptions.