mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 22:26:09 +01:00
Fix #2489 (handle softbreaks in RTF files)
This commit is contained in:
commit
3f40befc6d
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ def initiate_token_dict(self):
|
|||
'backslash' : ('nu', '\\', self.text_func),
|
||||
'ob' : ('nu', '{', self.text_func),
|
||||
'cb' : ('nu', '}', self.text_func),
|
||||
'line' : ('nu', ' ', self.text_func),
|
||||
# paragraph formatting => pf
|
||||
'page' : ('pf', 'page-break', self.default_func),
|
||||
'par' : ('pf', 'par-end___', self.default_func),
|
||||
|
|
|
|||
Loading…
Reference in a new issue