mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04: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