ebooklib
ebooklib copied to clipboard
Breaks bold html tag
`c1.set_content(u'<html><body> <b>bold title</b> </body></html>')`
...
epub.write_epub(filename, book, opts)
generates the following invalid html in epub:
<body>
<b/> <--- should be <b>
bold title
<b/>