Skip to main content

prose_paragraphs

Function prose_paragraphs 

Source
fn prose_paragraphs(text: &str) -> Vec<(usize, String)>
Expand description

Yield (1-based start line, paragraph text), skipping front matter, headings, fences, lists markers lightly.