Skip to main content

parse

Function parse 

Source
pub fn parse(content: impl AsRef<str>) -> MdtResult<Vec<Block>>
Expand description

Parse markdown content and return all blocks (provider and consumer) found within it.