mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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 = [
|
SPACE_TAGS = [
|
||||||
'td',
|
'td',
|
||||||
|
'br',
|
||||||
]
|
]
|
||||||
|
|
||||||
class TXTMLizer(object):
|
class TXTMLizer(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user