forked from LiveCarta/BookConverter
epub converter: prettify
This commit is contained in:
@@ -395,7 +395,6 @@ def prepare_title_and_content(title, chapter_tag: BeautifulSoup, remove_title_fr
|
|||||||
if remove_title_from_chapter:
|
if remove_title_from_chapter:
|
||||||
clean_headings_content(chapter_tag, title_str)
|
clean_headings_content(chapter_tag, title_str)
|
||||||
_process_lists(chapter_tag)
|
_process_lists(chapter_tag)
|
||||||
_preprocessing_headings(chapter_tag)
|
|
||||||
preprocess_table(chapter_tag)
|
preprocess_table(chapter_tag)
|
||||||
# 2. class removal
|
# 2. class removal
|
||||||
for tag in chapter_tag.find_all(recursive=True):
|
for tag in chapter_tag.find_all(recursive=True):
|
||||||
|
|||||||
Reference in New Issue
Block a user