mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
Fix a regression in the previous release that broke markdown output. Fixes #2121701 [ebook-convert can't convert to markdown](https://bugs.launchpad.net/calibre/+bug/2121701)
This commit is contained in:
parent
22f1b7ab7c
commit
02c716f44e
@ -38,6 +38,7 @@ class OEB2HTML:
|
||||
self.log = default_log if log is None else log
|
||||
self.links = {}
|
||||
self.images = {}
|
||||
self.fonts = {}
|
||||
|
||||
def oeb2html(self, oeb_book, opts):
|
||||
self.log.info('Converting OEB book to HTML...')
|
||||
|
Loading…
x
Reference in New Issue
Block a user