praekeltfoundation / molo

Molo is a set of tools for publishing low end mobi sites with a community focus.
http://molo.rtfd.org
BSD 2-Clause "Simplified" License
27 stars 5 forks source link

Use a more lenient html parser and add more tests for block validation #712

Closed KaitCrawford closed 4 years ago

KaitCrawford commented 4 years ago

the </br> tag is often used in some of the springster content despite it not being a valid tag. We have to switch out to a more lenient parser to identify this tag and fail validation.

Added more tests as well.