pub fn parse_frontmatter( content: &str, path: &Path, ) -> Result<(Frontmatter, String)>
Parse frontmatter from a string.