[][src]Function latex_snippet::html_subsubsection

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

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