aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-18Fix sample.lua barfing on Raw data (#3358)bumper3141-0/+4
2017-01-17travis: download stack only in stack BUILD (#3357)ickc1-8/+9
2017-01-17fix internal link in INSTALL.mdMauro Bieg1-1/+1
2017-01-15Clarify that blank space is needed around footnotes.John MacFarlane1-1/+3
2017-01-15Rearrange and extend badges in README (#3354)Albert Krewinkel1-4/+6
2017-01-13Fixed typo (#3351)Alexey Rogachev1-1/+1
2017-01-10Allow vector 0.12.0.0.John MacFarlane1-1/+1
2017-01-10LaTeX template: Add hyphen option to url package.John MacFarlane5-7/+11
2017-01-08Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane1-0/+1
2017-01-07Added instructions for manual install from oxs, win packages.John MacFarlane1-0/+22
2017-01-06Remove pipe char irking the haddock coverage toolAlbert Krewinkel1-1/+1
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel2-15/+28
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2-0/+7
2017-01-05MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk1-6/+3
2017-01-03LaTeX template: allow passing `microtypeoptions` to microtype.John MacFarlane6-11/+14