pub fn parse_frontmatter(
source: &str,
) -> Result<Option<Frontmatter>, FrontmatterError>Expand description
Parse frontmatter from a markdown source string.
pub fn parse_frontmatter(
source: &str,
) -> Result<Option<Frontmatter>, FrontmatterError>Parse frontmatter from a markdown source string.