pub fn parse_section_content(
section_type: SectionType,
content: &str,
) -> Result<SectionContent>Expand description
Parse section content based on section type.
pub fn parse_section_content(
section_type: SectionType,
content: &str,
) -> Result<SectionContent>Parse section content based on section type.