pub fn save_html( path: impl AsRef<Path>, options: &ExportHtmlOptions, ) -> Result<()>
Save rendered output as an HTML file.
Convenience wrapper around export_html that writes to disk.
export_html