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:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user