mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
gh-83505: Add markdown mimetype mapping (#17995)
This commit is contained in:
parent
aeb36c5bb9
commit
b6f0ab5b1c
2 changed files with 3 additions and 0 deletions
|
|
@ -552,6 +552,8 @@ def _default_mime_types():
|
|||
'.csv' : 'text/csv',
|
||||
'.html' : 'text/html',
|
||||
'.htm' : 'text/html',
|
||||
'.md' : 'text/markdown',
|
||||
'.markdown': 'text/markdown',
|
||||
'.n3' : 'text/n3',
|
||||
'.txt' : 'text/plain',
|
||||
'.bat' : 'text/plain',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue