Hacker News new | ask | show | jobs
by svachalek 2098 days ago
Not sure if this is sarcastic but FYI:

https://en.wikipedia.org/wiki/Comparison_of_e-book_formats

(spoiler, most of them are HTML/CSS)

1 comments

Most books I saw were epub and pdf. They say epub is some XML, ok. But I don't see how the number of existing HTML based formats is relevant
> They say epub is some XML, ok.

Epub is HTML and CSS bundled in a zip file following a specific directory tree layout and containing a few metadata files.

Epub 3 is HTML5.

Open LibreOffice, create a doc, save it as Epub, and unzip the file. See for yourself.

That's cool, thanks!