docs: code reformat added to ThirdPartyNotices

This commit is contained in:
Sathindu Ganhala Arachchige 2025-03-28 16:30:11 -04:00
parent 799a1caf97
commit c3bc1d8154

View file

@ -19,9 +19,10 @@ NOTE 2: The Apache License, Version 2.0, requires that modifications to the dwml
The following section summarizes these changes. The full details are available in the MarkItDown source code The following section summarizes these changes. The full details are available in the MarkItDown source code
repository under PR #1160 (https://github.com/microsoft/markitdown/pull/1160) repository under PR #1160 (https://github.com/microsoft/markitdown/pull/1160)
This project incorporates `dwml/latex_dict.py` and `dwml/omml.py` files without any additional modifications (which This project incorporates `dwml/latex_dict.py` and `dwml/omml.py` files without any additional logic modifications (which
lives in `packages/markitdown/src/markitdown/converter_utils/docx/math` location). From `tests/docx.py` file, we lives in `packages/markitdown/src/markitdown/converter_utils/docx/math` location). However, we have reformatted the code
have used `DOCXML_ROOT` XML namespaces and the rest of the file is not used. according to `black` code formatter. From `tests/docx.py` file, we have used `DOCXML_ROOT` XML namespaces and the rest of
the file is not used.
----------------------------------------- -----------------------------------------