bjuppa / laravel-blog

Flexible blog functionality for your Laravel project
MIT License
48 stars 8 forks source link

Improve summary extractor #58

Closed bjuppa closed 4 years ago

bjuppa commented 4 years ago

This PR makes the summary extractor extract all <p> tags from html, no matter how deep. The previous extractor could fail if paragraphs were deeper into the html.