pub fn title_from_markdown(stem: &str, content: &[u8]) -> String
Title from the first # heading in markdown, else humanized stem.
#