pub fn parse(text: &str, options: &Language) -> Result<Vec<Box<dyn Renderable>>>
Parses the provided &str into a number of Renderable items.