macro_rules! extract_yaml_frontmatter {
() => { ... };
}
Available on crate feature
yaml
only.Expand description
Extracts, parses, and returns the YAML frontmatter.
ยงPanics
Panics if the frontmatter cannot be found or if its contents cannot be parsed.