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:
Kovid Goyal 2025-08-30 07:42:17 +05:30
parent 22f1b7ab7c
commit 02c716f44e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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...')