mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Add text/markdown MIME type (RFC 7763)
This commit is contained in:
parent
42f4ce981d
commit
69e7ee35d6
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue