render

Function render 

Source
pub fn render(parts: impl IntoIterator<Item = Part>, is_editor: bool) -> String
Expand description

Renders parsed sillycode parts as HTML.

Set is_editor to true to include visible markup tags for editing purposes.