rbren / rss-parser

A lightweight RSS parser, for Node and the browser
MIT License
1.38k stars 209 forks source link

Snippet skips contents after br tag #281

Open funjay opened 1 month ago

funjay commented 1 month ago

Issue

Snippet (contentSnippet) skips contents after
tag in a

tag

how to reproduce

contents like '<p>theis an example content <br /> these parts will be skipped in the contentsnippet section .</p>\r\n'

thanks