Skip to content
Snippets Groups Projects
Commit 3d42d49d authored by Robin Appelman's avatar Robin Appelman
Browse files

Add markdown to mimetype list

parent b1c9b296
No related branches found
No related tags found
No related merge requests found
......@@ -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'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment