matter

Function matter

Source
pub fn matter(input: &str) -> Option<(String, String)>
Expand description

Split a string (often resulting from reading in a file) into frontmatter and content portions.