pub fn split_frontmatter( content: &str, ) -> Option<(FrontmatterFormat, &str, &str)>
Split content into frontmatter and body.