pub fn parse_source(content: &str) -> MdtResult<Vec<Block>>
Parse source code content (non-markdown) for mdt blocks by extracting HTML comments directly from the raw text.