summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Docx Writer: Initial support for --toc option (issue #458)Nikolay Yakimov2015-03-29
| |/
* | Merge pull request #2039 from mpickering/7.10John MacFarlane2015-03-29
|\ \
| * | Docx Writer: Filter out illegal XML charactersMatthew Pickering2015-03-29
|/ /
* | README: Add links to filter libs in perl, php, javascript.John MacFarlane2015-03-28
* | Merge branch 'rootzlevel-master'John MacFarlane2015-03-28
|\ \ | |/ |/|
| * Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane2015-03-28
|/|
| * Org reader: Add test for image linksHans-Peter Deifel2015-02-26
| * Org reader: Allow image links with non-image targetsHans-Peter Deifel2015-02-25
* | Merge pull request #2034 from lierdakil/issue2032John MacFarlane2015-03-28
|\ \
| * | Reference Docx: update word/footnotes.xmlNikolay Yakimov2015-03-29
|/ /
* | Always build man pages. Removed make-pandoc-man-pages flag.John MacFarlane2015-03-28
* | Added images needed for docx tests to cabal extra-source-files.John MacFarlane2015-03-28
* | make-pandoc-man-pages: fixed to build with new readMarkdown type.John MacFarlane2015-03-28
* | Added source files for reference.docx/odt to extra-source-files.John MacFarlane2015-03-28
* | Added Tests.Writers.Docx to cabal file.John MacFarlane2015-03-28
* | Version bump to 1.14.John MacFarlane2015-03-28
* | Updated code example in Text.Pandoc.John MacFarlane2015-03-28
* | Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2015-03-28
|\ \
| * | Fixed typo in lhs-test.html.John MacFarlane2015-03-28
* | | Merge branch 'mpickering-errortype'John MacFarlane2015-03-28
|\ \ \ | |/ / |/| |
| * | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
| |\ \
| | * | Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
| | * | Update haddocks and copyright noticesMatthew Pickering2015-02-18
| | * | Update benchmarksMatthew Pickering2015-02-18
| | * | Update testsMatthew Pickering2015-02-18
| | * | Update executable fileMatthew Pickering2015-02-18
| | * | Update Pandoc.hsMatthew Pickering2015-02-18
| | * | Make safeRead safe.Matthew Pickering2015-02-18
| | * | Change return type of Txt2Tags readerMatthew Pickering2015-02-18
| | * | Change return type of Textile readerMatthew Pickering2015-02-18
| | * | Change return type of TWiki readerMatthew Pickering2015-02-18
| | * | Change return type of RST readerMatthew Pickering2015-02-18
| | * | Change return type of Org readerMatthew Pickering2015-02-18
| | * | Change return type of OPML readerMatthew Pickering2015-02-18
| | * | Change return type of Native readerMatthew Pickering2015-02-18
| | * | Change return type of Mediawiki readerMatthew Pickering2015-02-18
| | * | Change return type of Markdown readerMatthew Pickering2015-02-18
| | * | Change return type of LaTeX readerMatthew Pickering2015-02-18
| | * | Change return type of Haddock readerMatthew Pickering2015-02-18
| | * | Change return type of HTML readerMatthew Pickering2015-02-18
| | * | Change return type of EPUB readerMatthew Pickering2015-02-18
| | * | Change return type of Docx readerMatthew Pickering2015-02-18
| | * | Change return type of DocBook readerMatthew Pickering2015-02-18
| | * | Add Text.Pandoc.Error module with PandocError typeMatthew Pickering2015-02-18
| | * | Remove partial function from PrettyMatthew Pickering2015-02-18
| | * | Remove landmine from ImageSizeMatthew Pickering2015-02-18
| | * | Factor out "returnState" into Parsing moduleMatthew Pickering2015-02-18
| | * | HLint changesMatthew Pickering2015-02-18
| | * | Remove F Monad from Markdown readerMatthew Pickering2015-02-18
| | * | Generalise signature of addWarningMatthew Pickering2015-02-18