Add .markdown extension mapping to markdown mimetype
This commit is contained in:
parent
768d007f6a
commit
db4bad4e54
|
@ -519,6 +519,7 @@ def _default_mime_types():
|
|||
'.html' : 'text/html',
|
||||
'.htm' : 'text/html',
|
||||
'.md' : 'text/markdown',
|
||||
'.markdown': 'text/markdown',
|
||||
'.txt' : 'text/plain',
|
||||
'.bat' : 'text/plain',
|
||||
'.c' : 'text/plain',
|
||||
|
|
Loading…
Reference in New Issue