Merge pull request #67 from DIMAX99/issue#65

fix issue #65
This commit is contained in:
gagb 2024-12-16 17:18:53 -08:00 committed by GitHub
commit 77f620b568
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1237,7 +1237,6 @@ class MarkItDown:
if ext == "": if ext == "":
return return
# if ext not in extensions: # if ext not in extensions:
if True:
extensions.append(ext) extensions.append(ext)
def _guess_ext_magic(self, path): def _guess_ext_magic(self, path):