mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
15658465f1
@ -508,11 +508,6 @@ class FFMLProcessor:
|
||||
self.move_pos(end + len('``'))
|
||||
return node
|
||||
|
||||
def get_escaped_char(self):
|
||||
node = self.text_to(1)
|
||||
self.move_pos(1)
|
||||
return node
|
||||
|
||||
def get_gui_label(self):
|
||||
self.move_pos(len(':guilabel:`'))
|
||||
end = self.find('`')
|
||||
|
Loading…
x
Reference in New Issue
Block a user