Loading generateBaseline/postprocessing.py +1 −1 Original line number Diff line number Diff line Loading @@ -2731,7 +2731,6 @@ def update_format_styles_cli(): update_table_captions(args.docx_input, args.docx_output) update_abbreviations(args.docx_input, args.docx_output) update_table_rows(args.docx_input, args.docx_output) update_notes(args.docx_input, args.docx_output) update_references(args.docx_input, args.docx_output) update_lists(args.docx_input, args.docx_output) update_body_text_style(args.docx_input, args.docx_output) Loading @@ -2741,6 +2740,7 @@ def update_format_styles_cli(): add_break_after_code_blocks_and_tables(args.docx_input, args.docx_output) update_equation_style(args.docx_input, args.docx_output) correct_quotes_docx(args.docx_input, args.docx_output) update_notes(args.docx_input, args.docx_output) # Final sanitization: remove invalid XML characters ns = {"w": "http://schemas.openxmlformats.org/wordprocessingml/2006/main"} Loading Loading
generateBaseline/postprocessing.py +1 −1 Original line number Diff line number Diff line Loading @@ -2731,7 +2731,6 @@ def update_format_styles_cli(): update_table_captions(args.docx_input, args.docx_output) update_abbreviations(args.docx_input, args.docx_output) update_table_rows(args.docx_input, args.docx_output) update_notes(args.docx_input, args.docx_output) update_references(args.docx_input, args.docx_output) update_lists(args.docx_input, args.docx_output) update_body_text_style(args.docx_input, args.docx_output) Loading @@ -2741,6 +2740,7 @@ def update_format_styles_cli(): add_break_after_code_blocks_and_tables(args.docx_input, args.docx_output) update_equation_style(args.docx_input, args.docx_output) correct_quotes_docx(args.docx_input, args.docx_output) update_notes(args.docx_input, args.docx_output) # Final sanitization: remove invalid XML characters ns = {"w": "http://schemas.openxmlformats.org/wordprocessingml/2006/main"} Loading