pub fn parse_section(section: &str, content: &str) -> Option<String>
Expand description

Get a single section from content

The section must be a second level section (i.e. start with ##).