diff --git a/common/framework/mime.php b/common/framework/mime.php index 00488659a..7c033f6bb 100644 --- a/common/framework/mime.php +++ b/common/framework/mime.php @@ -65,6 +65,8 @@ class MIME 'txt' => 'text/plain', 'text' => 'text/plain', 'log' => 'text/plain', + 'md' => 'text/markdown', + 'markdown' => 'text/markdown', 'rtf' => 'text/rtf', 'xml' => 'text/xml', 'xsl' => 'text/xml',