pub fn matter(input: &str) -> Option<(String, String)>
Split a string (often resulting from reading in a file) into frontmatter and content portions.