mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'fix-imporve-ruby' of https://github.com/un-pogaz/calibre
This commit is contained in:
commit
f19f07f950
@ -20,7 +20,7 @@ class SimpleContainer(ContainerBase):
|
||||
tweak_mode = True
|
||||
|
||||
|
||||
skipped_tags = frozenset({'style', 'title', 'script', 'head', 'img', 'svg', 'math', 'ruby'})
|
||||
skipped_tags = frozenset({'style', 'title', 'script', 'head', 'img', 'svg', 'math', 'rt', 'rp', 'rtc'})
|
||||
|
||||
|
||||
def tag_to_text(tag):
|
||||
|
Loading…
x
Reference in New Issue
Block a user