mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Merge pull request #3112 from owncloud/markdown-mimetype
Add markdown to mimetype list
This commit is contained in:
commit
dd1c876009
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