Skip to main content

parse_text

Function parse_text 

Source
pub fn parse_text(
    text: &str,
    rel_path: &str,
    normalize_numbered: bool,
) -> ParsedFile
Expand description

Parse markdown text directly (useful for testing and when content is already in memory).