Skip to main content

parse_source

Function parse_source 

Source
pub fn parse_source(content: &str) -> MdtResult<Vec<Block>>
Expand description

Parse source code content (non-markdown) for mdt blocks by extracting HTML comments directly from the raw text.