mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-24 00:15:44 +00:00
Mime: Use the alias application/eps for eps.
Instead of application/postscript. This will ensure that we retain the eps extension after reading the image into a mediabag and writing it again. See #2067.
This commit is contained in:
@@ -174,7 +174,7 @@ mimeTypesList = -- List borrowed from happstack-server.
|
||||
,("eml","message/rfc822")
|
||||
,("ent","chemical/x-ncbi-asn1-ascii")
|
||||
,("eot","application/vnd.ms-fontobject")
|
||||
,("eps","application/postscript")
|
||||
,("eps","application/eps")
|
||||
,("etx","text/x-setext")
|
||||
,("exe","application/x-msdos-program")
|
||||
,("ez","application/andrew-inset")
|
||||
|
||||
Reference in New Issue
Block a user