Skip to main content

split_front_matter

Function split_front_matter 

Source
fn split_front_matter(raw: &str) -> (HashMap<String, String>, String)
Expand description

Minimal YAML front-matter parser for key: value and simple list tags.