Function mediawiki_parser::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.