pub fn html_fragment(
engine: &mut Engine<'_>,
content: &Content,
locator: Locator<'_>,
styles: StyleChain<'_>,
) -> SourceResult<Vec<HtmlNode>>
Expand description
Produce HTML nodes from content.
pub fn html_fragment(
engine: &mut Engine<'_>,
content: &Content,
locator: Locator<'_>,
styles: StyleChain<'_>,
) -> SourceResult<Vec<HtmlNode>>
Produce HTML nodes from content.