pub fn parse(content: impl AsRef<str>) -> MdtResult<Vec<Block>>
Parse markdown content and return all blocks (provider and consumer) found within it.