Skip to content

Commit

Permalink
Merge pull request #267 from bz2/media_md
Browse files Browse the repository at this point in the history
Add markdown to media_types
  • Loading branch information
evansd committed Jul 16, 2021
2 parents e504d4a + fa16d2a commit 870813f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whitenoise/media_types.py
Expand Up @@ -66,6 +66,7 @@ def default_types():
".m3u8": "application/vnd.apple.mpegurl",
".m4a": "audio/x-m4a",
".m4v": "video/x-m4v",
".md": "text/markdown",
".mid": "audio/midi",
".midi": "audio/midi",
".mjs": "text/javascript",
Expand Down

0 comments on commit 870813f

Please sign in to comment.