Function parse_markdown_element_line

Source
fn parse_markdown_element_line(
    output: &mut String,
    buffer: &mut String,
    line: &str,
)
Expand description

Handle the <markdown> HTML element.