docs: code reformat added to ThirdPartyNotices
This commit is contained in:
parent
799a1caf97
commit
c3bc1d8154
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
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
|
||||
lives in `packages/markitdown/src/markitdown/converter_utils/docx/math` location). From `tests/docx.py` file, we
|
||||
have used `DOCXML_ROOT` XML namespaces and the rest of the file is not used.
|
||||
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). However, we have reformatted the code
|
||||
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.
|
||||
|
||||
-----------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue