Matthias Nott
2026-04-11 100f2bc6c8a7d4dc867c77724723a402346d3b62
lib/widgets/message_bubble.dart
....@@ -474,7 +474,13 @@
474474 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx',
475475 'text/plain': 'txt',
476476 'text/csv': 'csv',
477
+ 'text/markdown': 'md',
478
+ 'text/html': 'html',
479
+ 'text/yaml': 'yaml',
477480 'application/json': 'json',
481
+ 'application/xml': 'xml',
482
+ 'application/zip': 'zip',
483
+ 'application/gzip': 'gz',
478484 };
479485 return map[mime] ?? 'bin';
480486 }