aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Rosenthal1-73/+53
2017-01-25Implement Errors in PandocMonadJesse Rosenthal9-134/+179
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal24-258/+375
2017-01-25Add runPure function.Jesse Rosenthal1-3/+29
2017-01-25Make PandocExecutionError an exceptionJesse Rosenthal1-6/+3
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 Rosenthal1-269/+0
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal6-142/+122
2017-01-25Introduce PandocMonad typeclass.Jesse Rosenthal1-0/+202
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 Rosenthal6-84/+176
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 Rosenthal1-0/+209
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-25Update list of listings languages in Highlighting.John MacFarlane1-54/+103
2017-01-24OpenDocument writer: small refactoring.John MacFarlane1-8/+11
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane1-25/+62
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2-8/+17
2017-01-19MediaWiki reader: improved handling of display math.John MacFarlane1-2/+3
2017-01-08Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane1-0/+1
2017-01-06Remove pipe char irking the haddock coverage toolAlbert Krewinkel1-1/+1
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel1-15/+16
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel1-0/+3
2017-01-05MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk1-6/+3
2016-12-30DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg1-1/+4
2016-12-24HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)Mauro Bieg1-3/+8
2016-12-24markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg1-2/+2
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane3-18/+28
2016-12-21Org writer: prefix footnote numbers with `fn:`Albert Krewinkel1-2/+2
2016-12-16LaTeX writer: allow tables with empty cells to count as "plain."John MacFarlane1-0/+1
2016-12-13Docx reader: Empty header should be list of lists.Jesse Rosenthal1-9/+11