pub fn extract_paragraphs(
document: &Html,
config: &ParserConfig,
) -> ParserResult<Vec<String>>Expand description
Extract all paragraphs from the document
pub fn extract_paragraphs(
document: &Html,
config: &ParserConfig,
) -> ParserResult<Vec<String>>Extract all paragraphs from the document