parse

Function parse 

Source
pub fn parse(input: &str) -> Result<Element, MWError>
Expand description

Parse the input document to generate a document tree. After parsing, some transformations are applied to the result.