pub fn parse(text: &str) -> (Option<ReportFrontmatter>, &str)Expand description
Split markdown text into optional frontmatter and body.
Returns (Some(frontmatter), body) if frontmatter exists, else (None, full text).
pub fn parse(text: &str) -> (Option<ReportFrontmatter>, &str)Split markdown text into optional frontmatter and body.
Returns (Some(frontmatter), body) if frontmatter exists, else (None, full text).