pub fn render_html(doc: &Document, theme: Theme) -> RenderOutputExpand description
Renders a Document to HTML using the given Theme.
The returned RenderOutput contains:
html: the full fragment with<style>prepended.body_html: just the body content without CSS.