mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-23 23:13:02 -05:00
TXT Output: Turn br tags into spaces.
This commit is contained in:
parent
c38eb08018
commit
88a60c1610
@ -35,6 +35,7 @@ BLOCK_STYLES = [
|
||||
|
||||
SPACE_TAGS = [
|
||||
'td',
|
||||
'br',
|
||||
]
|
||||
|
||||
class TXTMLizer(object):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user