Skip to content

Commit

Permalink
Merge pull request #1666 from jronallo/webvtt-mime
Browse files Browse the repository at this point in the history
add mime type for WebVTT
  • Loading branch information
jgm committed Oct 5, 2014
2 parents bf00556 + 3dc5809 commit ccd04ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Text/Pandoc/MIME.hs
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ mimeTypesList = -- List borrowed from happstack-server.
,("vrml","model/vrml")
,("vs","text/plain")
,("vsd","application/vnd.visio")
,("vtt","text/vtt")
,("wad","application/x-doom")
,("wav","audio/x-wav")
,("wax","audio/x-ms-wax")
Expand Down

0 comments on commit ccd04ad

Please sign in to comment.