Merge branch 'fix-imporve-ruby' of https://github.com/un-pogaz/calibre

This commit is contained in:
Kovid Goyal 2024-03-09 14:34:51 +05:30
commit f19f07f950
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -20,7 +20,7 @@ class SimpleContainer(ContainerBase):
tweak_mode = True 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): def tag_to_text(tag):