Function parse

Source
pub fn parse(text: &str, options: &Language) -> Result<Vec<Box<dyn Renderable>>>
Expand description

Parses the provided &str into a number of Renderable items.