pub fn save_research_html(title: &str, body_md: &str) -> (String, PathBuf)Expand description
Save arbitrary markdown content as a dark-theme HTML page.
Returns (html_string, saved_path). Title defaults to a timestamp slug
if empty. Saves to .hematite/reports/research-DATE.html.