parse_frontmatter

Function parse_frontmatter 

Source
pub fn parse_frontmatter(
    content: &str,
    path: &Path,
) -> Result<(Frontmatter, String)>
Expand description

Parse frontmatter from a string.