Add text/markdown MIME type (RFC 7763)

This commit is contained in:
Kijin Sung 2016-03-23 14:19:25 +09:00
parent 42f4ce981d
commit 69e7ee35d6

View file

@ -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',