pub fn render_document<H: RenderHooks>(doc: &Document, hooks: &H) -> String
Render a Document to an HTML string using the given hooks.
Document
If any URL is still Url::Unresolved when the renderer reaches it. visit_urls_mut must run before this function. In release builds the raw unresolved string is emitted as-is to avoid crashing on a bug.
Url::Unresolved
visit_urls_mut