Skip to main content

document_to_html_with_options

Function document_to_html_with_options 

Source
pub fn document_to_html_with_options(
    doc: &Document,
    options: &SerializeOptions,
) -> String
Expand description

Serialize a full document to HTML using custom options.