Quote:
Originally Posted by yekim54
I also get the rule line between at a chapter break when converting from epub to LRF using the Windows GUI (v0.4.129). The epub file does not have the rule line. My epub.py shows the following:
Code:
# chapter mark
# Specify how to mark detected chapters. A value of "pagebreak" will insert page breaks before chapters. A value of "rule" will insert a line before chapters. A value of "none" will disable chapter marking and a value of "both" will use both page breaks and lines to mark chapters.
chapter_mark = u'pagebreak'
|
That's weird. Can you attach a sample epub showing this problem.