pub fn document_to_html_with_options(
doc: &Document,
options: &SerializeOptions,
) -> StringExpand description
Serialize a full document to HTML using custom options.
pub fn document_to_html_with_options(
doc: &Document,
options: &SerializeOptions,
) -> StringSerialize a full document to HTML using custom options.