Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-25 | MediaBag: Fixes Windows specific path problems | mpickering | 1 | -5/+5 | |
Changes the internal representation to fix the problem. I haven't tested this on windows. Closes #1597 | |||||
2014-08-17 | Remove an unnecessary import. | Artyom Kazak | 1 | -1/+1 | |
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -10/+10 | |
* Create a type synonym for MIME type (instead of `String`). * Add `getMimeTypeDef` function. * Avoid recreating MIME type `Map`s every time. * Move “Formula-...” case handling into `getMimeType`. | |||||
2014-08-05 | MediaBag: Improved normalisation when writing files | Matthew Pickering | 1 | -1/+1 | |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -0/+107 | |
Moved `MediaBag` definition and functions from Shared: `lookupMedia`, `mediaDirectory`, `insertMedia`, `extractMediaBag`. Removed `emptyMediaBag`; use `mempty` instead, since `MediaBag` is a Monoid. |