Skip to content
Snippets Groups Projects
Commit aca66270 authored by Thomas Müller's avatar Thomas Müller
Browse files

accept text/markdown as well

parent d8a7b1e5
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class TXT extends Provider { ...@@ -64,7 +64,7 @@ class TXT extends Provider {
class MarkDown extends TXT { class MarkDown extends TXT {
public function getMimeType() { public function getMimeType() {
return '/text\/x-markdown/'; return '/text\/(x-)?markdown/';
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment