Skip to main content

extract_headings

Function extract_headings 

Source
pub fn extract_headings(markdown: &str) -> Vec<MarkdownHeading>
Expand description

Extracts ATX headings while ignoring content inside fenced code blocks.