summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Changed readNative to use PandocMonad.John MacFarlane2017-01-25
* Text.Pandoc: Change Reader to Reader m.John MacFarlane2017-01-25
* Removed some commented-out source.John MacFarlane2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Fixed regression in OPML writer.John MacFarlane2017-01-25
* Texinfo writer: restore former behavior for headers level > 4.John MacFarlane2017-01-25
* Export Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-01-25
* Fixes to compile after rebase.John MacFarlane2017-01-25
* Clean up Text.PandocJesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Add runPure function.Jesse Rosenthal2017-01-25
* Make PandocExecutionError an exceptionJesse Rosenthal2017-01-25
* Pandoc.hs: Run `runIOorExplode` on IO functions.Jesse Rosenthal2017-01-25
* Make opaque typeclasses PandocPure and PandocIOJesse Rosenthal2017-01-25
* Class: Specify Functor and ApplicativeJesse Rosenthal2017-01-25
* Remove Text.Pandoc.FreeJesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Introduce PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Remove GetPOSIXTime from Free monad.Jesse Rosenthal2017-01-25
* Free: Remove readFileUTF8.Jesse Rosenthal2017-01-25
* Remove readFileStrict.Jesse Rosenthal2017-01-25
* Remove IO UUID functions.Jesse Rosenthal2017-01-25
* Write Pure uuid function taking stdgen.Jesse Rosenthal2017-01-25
* ODT Writer: fix compiler complaint.Jesse Rosenthal2017-01-25
* Free: Add Typeable instance to PandocActionErrorJesse Rosenthal2017-01-25
* Finish pure writer of FB2.Jesse Rosenthal2017-01-25
* FB2 writer: Rewrite image-fetching to use fetchItem.Jesse Rosenthal2017-01-25
* Continue refactoring FB2 writer.Jesse Rosenthal2017-01-25
* FB2 writer: bring functions to toplevel.Jesse Rosenthal2017-01-25
* Make pure rtf writer using free.Jesse Rosenthal2017-01-25
* Fix up compiler warnings.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Remove IORef from EPUB writer.Jesse Rosenthal2017-01-25
* Remove IORef from ODT writer.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.Jesse Rosenthal2017-01-25
* New Free module, with pure versions of IO funcsJesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Added page breaks into Pandoc.Hubert Plociniczak2017-01-25
* Update list of listings languages in Highlighting.John MacFarlane2017-01-25
* OpenDocument writer: small refactoring.John MacFarlane2017-01-24
* OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane2017-01-23
* Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2017-01-19
* MediaWiki reader: improved handling of display math.John MacFarlane2017-01-19
* Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane2017-01-08
* Remove pipe char irking the haddock coverage toolAlbert Krewinkel2017-01-06
* Org reader: accept org-ref citations followed by commasAlbert Krewinkel2017-01-06
* Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2017-01-05
* MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk2017-01-05
* DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg2016-12-30