[][src]Function litorg::html_output

pub fn html_output<W: Write>(
    tree: &Tree,
    use_syntect: bool,
    w: &mut W
) -> Result<(), Error>