~dricottone/epub2html

ref: 494d6b55394b19378dda6b4a3b95960f64c7ee4b epub2html/main.go -rw-r--r-- 2.7 KiB
Structure for test documents
Initial commit

Parses an EPUB archive into HTML. Currently dumps everything to STDOUT,
but can push into array and then sort according to table of contents.

Blockquotes are not handled correctly. Need to hack on (un)marshaler for
that to work correctly.

Titles are not always handled correctly. Need to look for more than just
h3 tags (i.e. h1, h2) and need to let these bubble up from div tags.