alexadam / save-as-ebook

Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
MIT License
1.1k stars 70 forks source link

Handle consecutive line break (<br /> tag) as paragraphs #17

Closed asifm91 closed 6 years ago

asifm91 commented 6 years ago

Some pages use double line breaks (<br>, <br />) instead of paragraphs. During conversion, these tags are trimmed (I guess), which causes the whole book/chapter to be a single paragraph.

alexadam commented 6 years ago

I've just released a new version 1.2.1 that should fix this issue. Can you update and confirm, please?

asifm91 commented 6 years ago

Fixed. v1.2.1 now preserves the tags properly.