Skip to main content

try_parse_atx_heading

Function try_parse_atx_heading 

Source
pub fn try_parse_atx_heading(content: &str) -> Option<usize>
Expand description

Try to parse an ATX heading from content, returns heading level (1-6) if found.