Age | Commit message (Expand) | Author | Files | Lines |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -2/+2 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -1/+1 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -60/+61 |
2019-09-03 | SelfContained: omit content-type on type attribute for `<style>`. | John MacFarlane | 1 | -5/+8 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2018-12-18 | Decompress .svgz when converting to "data:" URI | Alexander Krotov | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+0 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-11-01 | SelfContained: use base64 for css links with media attribute. | John MacFarlane | 1 | -0/+1 |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -8/+5 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -3/+3 |
2017-10-20 | SelfContained: data-background-image instead of data-background. | John MacFarlane | 1 | -1/+1 |
2017-10-16 | SelfContained: handle data-background attribute on section. | John MacFarlane | 1 | -2/+3 |
2017-09-30 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 |
2017-09-30 | Removed writerSourceURL, add source URL to common state. | John MacFarlane | 1 | -56/+54 |
2017-05-23 | Shared: Provide custom isURI that rejects unknown schemes [isURI] | Albert Krewinkel | 1 | -2/+2 |
2017-05-20 | SelfContained: handle @import with quoted string. | John MacFarlane | 1 | -11/+25 |
2017-05-20 | SelfContained: fixed problem with embedded fonts. | John MacFarlane | 1 | -13/+41 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-05-05 | Revert "SelfContained: special handling for css @import." | John MacFarlane | 1 | -36/+5 |
2017-05-05 | SelfContained: special handling for css @import. | John MacFarlane | 1 | -5/+36 |
2017-05-05 | SelfContained: Handle url() inside material retrieved from url(). | John MacFarlane | 1 | -3/+12 |
2017-03-30 | SelfContained: export makeDataURI | John MacFarlane | 1 | -1/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -16/+16 |
2017-02-26 | `--self-contained`: don't incorporate elements with `data-external="1"`. | John MacFarlane | 1 | -0/+2 |
2017-02-24 | Some fixes to the preceding revisions in SelfContained. | John MacFarlane | 1 | -27/+42 |
2017-02-24 | SelfContained: don't use data URIs for script or style. | John MacFarlane | 1 | -10/+36 |
2017-02-24 | Refactored getData from getDataURI in SelfContained. | John MacFarlane | 1 | -5/+15 |
2017-02-23 | Put makeSelfContained in PandocMonad instead of IO. | John MacFarlane | 1 | -46/+43 |
2017-02-20 | Use lazy loading for reveal.js slide shows. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Removed writerMediaBag from WriterOpts. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Text.Pandoc.Shared: Removed fetchItem, fetchItem'. | John MacFarlane | 1 | -2/+4 |
2017-01-25 | SelfContained: put makeSelfContained in MonadIO. | John MacFarlane | 1 | -2/+3 |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-28 | Fixed omitted `url(...)` in CSS data-uri with `--self-contained`. | John MacFarlane | 1 | -1/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+1 |
2015-07-15 | `--self-contained`: Fixed overaggressive CSS minimization. | John MacFarlane | 1 | -1/+2 |
2015-06-28 | Fixed regression in CSS parsing with `--self-contained`. | John MacFarlane | 1 | -39/+47 |
2015-05-04 | SelfContained: properly handle data URIs in css urls. | John MacFarlane | 1 | -32/+48 |
2015-05-01 | SelfContained: cssURLs no longer tries to fetch fragment URLs. | John MacFarlane | 1 | -7/+11 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-02-13 | Improved building of data URIs in SelfContained. | John MacFarlane | 1 | -8/+15 |
2014-12-31 | SelfContained: Add `;charset=utf-8` to script mime type if missing. | John MacFarlane | 1 | -1/+4 |
2014-10-04 | Added `track` to list of tags treated by `--self-contained`. | John MacFarlane | 1 | -1/+2 |