split_frontmatter

Function split_frontmatter 

Source
pub fn split_frontmatter(
    content: &str,
) -> Option<(FrontmatterFormat, &str, &str)>
Expand description

Split content into frontmatter and body.