lib/widgets/message_bubble.dart
.. .. @@ -474,7 +474,13 @@ 474 474 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx', 475 475 'text/plain': 'txt', 476 476 'text/csv': 'csv', 477 + 'text/markdown': 'md',478 + 'text/html': 'html',479 + 'text/yaml': 'yaml',477 480 'application/json': 'json', 481 + 'application/xml': 'xml',482 + 'application/zip': 'zip',483 + 'application/gzip': 'gz',478 484 }; 479 485 return map[mime] ?? 'bin'; 480 486 }