Skip to content

Commit 291b2ee

Browse files
committed
fix(google-drive): add text/markdown to valid export formats for Google Docs
1 parent 6b35f4c commit 291b2ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/tools/google_drive/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const VALID_EXPORT_FORMATS: Record<string, string[]> = {
128128
'application/vnd.oasis.opendocument.text',
129129
'application/rtf',
130130
'application/epub+zip',
131+
'text/markdown',
131132
],
132133
'application/vnd.google-apps.spreadsheet': [
133134
'text/csv',

0 commit comments

Comments
 (0)