Loading md_to_docx_converter/html_diff.py +0 −4 Original line number Diff line number Diff line Loading @@ -785,10 +785,6 @@ def make_trackchanges_diff( except Exception as e: new_html = "<html><body><div id='editor'></div></body></html>" if "annex-c" in out_path.lower(): print(f"Processing Annex C: {out_path}") print(f"Content: {new_html}") # Print the beginning of the content for debugging # Parse with BeautifulSoup old_soup = BeautifulSoup(old_html, "html.parser") new_soup = BeautifulSoup(new_html, "html.parser") Loading Loading
md_to_docx_converter/html_diff.py +0 −4 Original line number Diff line number Diff line Loading @@ -785,10 +785,6 @@ def make_trackchanges_diff( except Exception as e: new_html = "<html><body><div id='editor'></div></body></html>" if "annex-c" in out_path.lower(): print(f"Processing Annex C: {out_path}") print(f"Content: {new_html}") # Print the beginning of the content for debugging # Parse with BeautifulSoup old_soup = BeautifulSoup(old_html, "html.parser") new_soup = BeautifulSoup(new_html, "html.parser") Loading