1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-21 05:31:30 +02:00

Re added (probably) right formating codes.

This commit is contained in:
2021-06-22 22:06:09 +02:00
parent 546cc26652
commit 84abd62a61
18 changed files with 39 additions and 58 deletions
-6
View File
@@ -11,12 +11,6 @@ from ebook_converter.ebooks.oeb.base import XHTML, barename, namespace, rewrite_
from ebook_converter.ebooks.oeb.stylizer import Stylizer
__license__ = 'GPL 3'
__copyright__ = ('2011, John Schember <john@nachtimwald.com> 2011, '
'Leigh Parry <leighparry@blueyonder.co.uk>')
__docformat__ = 'restructuredtext en'
class MarkdownMLizer(OEB2HTML):
def extract_content(self, oeb_book, opts):
-5
View File
@@ -14,11 +14,6 @@ from ebook_converter.ebooks import unit_convert
from ebook_converter.ebooks.textile.unsmarten import unsmarten
__license__ = 'GPL 3'
__copyright__ = '2011, Leigh Parry <leighparry@blueyonder.co.uk>'
__docformat__ = 'restructuredtext en'
class TextileMLizer(OEB2HTML):
MAX_EM = 10