mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 23:43:10 +02:00
Handle soft linebreaks
This commit is contained in:
parent
362b35bef2
commit
0a8a6ff46d
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