summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MIME.hs
Commit message (Collapse)AuthorAge
* MIME: Support vs and fs as text/plain.John MacFarlane2013-01-17
| | | | These are used in revealjs css.
* Added MIME types for .wof and .eot.John MacFarlane2012-10-11
| | | | | Closes #640. i#
* Fixed whitespace errors.John MacFarlane2012-07-26
|
* Added webm to mime types. Closes #543.John MacFarlane2012-06-28
|
* Added `--epub-embed-font` option.John MacFarlane2012-01-30
| | | | | | * This can be repeated for multiple fonts. * Added parameter for fonts to embed to writeEPUB. * Added ttf, otf to Mime types in Text.Pandoc.MIME.
* Added 'layout-cache' to getMimeType.John MacFarlane2012-01-14
| | | | | | This ensures that the META-INF/manifest.xml for ODT files will have everything it needs. Fixes a bug using modified ODT files as `--reference-odt`.
* Added unexported Text.Pandoc.MIME.John MacFarlane2011-07-19
Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME, so we won't have an API change.