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
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class TXT extends Provider {
class MarkDown extends TXT {
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.
Finish editing this message first!
Please register or to comment