pub fn parse_frontmatter<'a>( content: &'a str, path: &str, ) -> (Map<String, Value>, &'a str)
Result of parsing frontmatter: (frontmatter map, remaining markdown content)