babluboy / bookworm

A simple ebook reader for Elementary OS
GNU General Public License v3.0
1.32k stars 101 forks source link

FB2 format not rendered properly #313

Open johnfactotum opened 4 years ago

johnfactotum commented 4 years ago

It seems that Bookworm's doesn't process FB2 markup at all and simply treats everything as HTML. But FB2 is not HTML. Currently, images, titles, links, and many others are not displayed properly.

For example, this simple test file: https://github.com/jgm/pandoc/blob/master/test/fb2/images.fb2

image

On the right, mupdf renders the images correctly, while on the left, Bookworm doesn't.