process_markdown

Function process_markdown 

Source
pub fn process_markdown(
    content: &[String],
    verbose: bool,
    backtick_standardize: bool,
    execute: bool,
) -> Result<Vec<String>>
Expand description

Process markdown content and return the modified lines.