[][src]Function latex_snippet::html

pub fn html(fmt: &mut impl Write, latex: &str) -> Result<(), Error>

Convert some LaTeX into HTML, and send the results to a std::io::Write.