pub fn render_html(blocks: &[RenderBlock]) -> Result<Html, MappedLogId>Expand description
Renders all RenderBlocks and returns the resulting Html structure.
ยงArguments
blocks- array of typeRenderBlock
Returns a MappedLogId, if any of the given blocks return a MappedLogId
when rendering themself.