Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-30 | Added `--epub-embed-font` option. | John MacFarlane | 1 | -0/+2 | |
* 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. | |||||
2012-01-14 | Added 'layout-cache' to getMimeType. | John MacFarlane | 1 | -0/+1 | |
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`. | |||||
2011-07-19 | Added unexported Text.Pandoc.MIME. | John MacFarlane | 1 | -0/+483 | |
Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME, so we won't have an API change. |