- fixed bug in colgroup wrapping - Ebookmaker will now NEVER break a page in the middle of a table, a list, or a figure. - PG boilerplate is inserted in EPUB2 files as well - Fixed issue with special characters in the boilerplate dividers causing txt builds to fail - recognize previously marked pg-header, etc., such as from rst
0.12.3
- fixed a mismatch between the classname given to the cover and the corresponding css - added CSS page breaks before footer and after header - BeautifulSoup doesn't convert entities in script or style elements because HTML5 specifies these as CDATA. So our code has to handle cases where there are unexpected entities there. - remove ALL non-default attributes in replaced img, not just alt
0.12.2
- xml escape headers extracted from text files
0.12.1
- drop alt attribute of img elements replaced with span
0.12
0.12.0
- start EPUB2 playorders at 1 not 0 - wrap bare col elements in colgroup - instaed of dropping img elements in noimages epubs, replace them with span tags to preserve link targets.