Add .markdown extension mapping to markdown mimetype

This commit is contained in:
Ryan Batchelder 2020-01-21 08:38:27 -05:00 committed by GitHub
parent 768d007f6a
commit db4bad4e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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',