Skip to content

Commit 98d3ec6

Browse files
feat: Set the correct mime type for the markdown extension (#7502)
1 parent 2464870 commit 98d3ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Filesystem/Mime.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Mime
5757
'log' => ['text/plain', 'text/x-log'],
5858
'm4a' => 'audio/mp4',
5959
'm4v' => 'video/mp4',
60+
'md' => 'text/markdown',
6061
'mid' => 'audio/midi',
6162
'midi' => 'audio/midi',
6263
'mif' => 'application/vnd.mif',

0 commit comments

Comments
 (0)