pub fn parse_wikitext(
    wikitext: &str,
    headline: String,
    error_consumer: impl FnMut(ParserError)
) -> Wikitext
Expand description

Parse textual wikitext into a semantic representation.