mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 22:12:37 -04:00
TXT Output: Turn br tags into spaces.
This commit is contained in:
@@ -35,6 +35,7 @@ BLOCK_STYLES = [
|
||||
|
||||
SPACE_TAGS = [
|
||||
'td',
|
||||
'br',
|
||||
]
|
||||
|
||||
class TXTMLizer(object):
|
||||
|
||||
Reference in New Issue
Block a user