mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 16:03:18 +02:00
TXT Input: Textile, escaped styling submitted by Perkin
This commit is contained in:
parent
88c7c99939
commit
abfab2fce0
1 changed files with 1 additions and 1 deletions
|
|
@ -807,7 +807,7 @@ def span(self, text):
|
|||
|
||||
for qtag in qtags:
|
||||
pattern = re.compile(r"""
|
||||
(?:^|(?<=[\s>%(pnct)s])|([\]}]))
|
||||
(?:^|(?<=[\s>%(pnct)s])|\[|([\]}]))
|
||||
(%(qtag)s)(?!%(qtag)s)
|
||||
(%(c)s)
|
||||
(?::(\S+))?
|
||||
|
|
|
|||
Loading…
Reference in a new issue