Add markdown to mimetype list
This commit is contained in:
parent
b1c9b296e8
commit
3d42d49d14
1 changed files with 5 additions and 1 deletions
|
@ -98,5 +98,9 @@ return array(
|
|||
'epub' => 'application/epub+zip',
|
||||
'mobi' => 'application/x-mobipocket-ebook',
|
||||
'exe' => 'application',
|
||||
'msi' => 'application'
|
||||
'msi' => 'application',
|
||||
'md' => 'text/markdown',
|
||||
'markdown' => 'text/markdown',
|
||||
'mdown' => 'text/markdown',
|
||||
'mdwn' => 'text/markdown'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue