html

Function html 

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

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