epub converter: prettify

This commit is contained in:
shirshasa
2021-07-02 12:31:33 +03:00
parent 142f33ed90
commit fba4303dd7

View File

@@ -395,7 +395,6 @@ def prepare_title_and_content(title, chapter_tag: BeautifulSoup, remove_title_fr
if remove_title_from_chapter:
clean_headings_content(chapter_tag, title_str)
_process_lists(chapter_tag)
_preprocessing_headings(chapter_tag)
preprocess_table(chapter_tag)
# 2. class removal
for tag in chapter_tag.find_all(recursive=True):