I've come across a very annoying design choice in FBReader. Since people have been complaining about it for over a decade, I'm sure it is a choice and not a bug. When FBReader encounters the <hr /> element in an EPUB, it ignores it entirely. Since this is a very common, and I would argue very correct, way to show a break a bit more than a new paragraph and a bit less than a new chapter, this seems like a bad design choice. However, apparently they're not even the only ones. You could try to fix it by using some <p> </p> instead. This is another common way that ebook creators have used to show section breaks. It mimics the printer solution where everything is formatting and nothing is meaning. However, meaning is now possible and even considered desirable. Also, some ebook readers like to ignore this one as empty space, too. The fact that is explicitly not meant to be treated as empty space is beside the point, apparently. I found one q...
A collection of small and random things.