I am doing comparison between two docx files. The resultant files formatting changes a bit especially when it comes to lists or nested items.
original_content = await original.read()
modified_content = await modified.re…... Here the position of the text changes. for the list Original...formatting goes wrong. The alignment gets distorted a lot. Is there...