Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
# This constant is a temporary fix until the bug is resolved.
CONTENT_FORMAT = "markdown"

# Override mimetype for csv to fix issue on windows
mimetypes.add_type("text/csv", ".csv")

# Optional Transcription support
IS_AUDIO_TRANSCRIPTION_CAPABLE = False
try:
Expand Down