Skip to main content

parse_markdown_blocks

Function parse_markdown_blocks 

Source
pub fn parse_markdown_blocks(text: &str) -> Result<Vec<HtmlBlock>>
Expand description

Parses Markdown text into a sequence of renderable HtmlBlock elements.