Skip to main content

parse_front_matter

Function parse_front_matter 

Source
pub fn parse_front_matter(content: &str) -> (String, String)
Expand description

Parses optional YAML front matter and returns (summary, body).