aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Texinfo writer: restore former behavior for headers level > 4.John MacFarlane1-19/+21
2017-01-25Update tests to work with runPure.John MacFarlane14-22/+28
2017-01-25Export Text.Pandoc.Class from Text.Pandoc.John MacFarlane1-0/+2
2017-01-25Fixes to compile after rebase.John MacFarlane2-3/+4
2017-01-25Clean up Text.PandocJesse Rosenthal2-78/+58
2017-01-25Implement Errors in PandocMonadJesse Rosenthal9-134/+179
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal25-276/+396
2017-01-25Add runPure function.Jesse Rosenthal1-3/+29
2017-01-25Make PandocExecutionError an exceptionJesse Rosenthal1-6/+3
2017-01-25Tests: have docx writer test use runIOorExplode.Jesse Rosenthal1-1/+2
2017-01-25Pandoc.hs: Run `runIOorExplode` on IO functions.Jesse Rosenthal1-9/+17
2017-01-25Make opaque typeclasses PandocPure and PandocIOJesse Rosenthal1-33/+75
2017-01-25Class: Specify Functor and ApplicativeJesse Rosenthal1-1/+1
2017-01-25Remove Text.Pandoc.FreeJesse Rosenthal2-270/+0
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal6-142/+122
2017-01-25Introduce PandocMonad typeclass.Jesse Rosenthal2-2/+205
2017-01-25Remove GetPOSIXTime from Free monad.Jesse Rosenthal1-7/+2
2017-01-25Free: Remove readFileUTF8.Jesse Rosenthal2-13/+1
2017-01-25Remove readFileStrict.Jesse Rosenthal2-13/+2
2017-01-25Remove IO UUID functions.Jesse Rosenthal2-17/+2
2017-01-25Write Pure uuid function taking stdgen.Jesse Rosenthal1-11/+12
2017-01-25ODT Writer: fix compiler complaint.Jesse Rosenthal1-1/+0
2017-01-25Free: Add Typeable instance to PandocActionErrorJesse Rosenthal1-2/+3
2017-01-25Finish pure writer of FB2.Jesse Rosenthal1-10/+17
2017-01-25FB2 writer: Rewrite image-fetching to use fetchItem.Jesse Rosenthal1-43/+11
2017-01-25Continue refactoring FB2 writer.Jesse Rosenthal1-8/+14
2017-01-25FB2 writer: bring functions to toplevel.Jesse Rosenthal1-47/+53
2017-01-25Make pure rtf writer using free.Jesse Rosenthal1-4/+13
2017-01-25Fix up compiler warnings.Jesse Rosenthal1-1/+3
2017-01-25Implement runTest functions.Jesse Rosenthal7-85/+177
2017-01-25Remove IORef from EPUB writer.Jesse Rosenthal1-51/+62
2017-01-25Remove IORef from ODT writer.Jesse Rosenthal1-24/+38
2017-01-25Introduce pure versions of IO Writers.Jesse Rosenthal4-90/+124
2017-01-25New Free module, with pure versions of IO funcsJesse Rosenthal2-1/+211
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak22-11/+48
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak3-13/+61
2017-01-25Copied a few changes from default.latex to default.beamer.John MacFarlane1-12/+7
2017-01-25Update list of listings languages in Highlighting.John MacFarlane1-54/+103
2017-01-24OpenDocument writer: small refactoring.John MacFarlane1-8/+11
2017-01-24Update latex writer test for template change.John MacFarlane1-1/+1
2017-01-24Changed position of \VerbatimNotes and fancyvrb in latex, beamer templates.John MacFarlane1-7/+12
2017-01-24travis: catch #3372 (#3373)ickc1-0/+5
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane2-137/+102
2017-01-21Use skylighting 0.1.1.1 in stack.yaml.John MacFarlane4-4/+6
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel3-8/+29
2017-01-19windows stack.yaml - use latest skylighting.John MacFarlane1-1/+1
2017-01-19Some fixes to permit breezeDark style.John MacFarlane1-2/+2
2017-01-19Add breezeDark to the list of highlighting styles.John MacFarlane2-3/+5
2017-01-19Use skylighting 0.1.1.John MacFarlane2-4/+4
2017-01-19MediaWiki reader: improved handling of display math.John MacFarlane1-2/+3