pub fn parse_wikitext( wikitext: &str, headline: String, error_consumer: impl FnMut(ParserError), ) -> Wikitext
Parse textual wikitext into a semantic representation.