aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2014-08-06pandoc: Don't strip path off of sourceURL.John MacFarlane1-2/+1
2014-08-04Merge pull request #1486 from Aelve/minorJohn MacFarlane1-37/+52
2014-08-04Slightly fix readability of main program file.Artyom Kazak1-37/+52
2014-08-04Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane1-0/+1
2014-08-02Text.Pandoc.SelfContained changes.John MacFarlane1-3/+2
2014-07-31pandoc.hs: More code reorganization.John MacFarlane1-72/+80
2014-07-31EPUB Reader: Integrated into programMatthew Pickering1-0/+1
2014-07-31pandoc.hs: Rewrote some of the logic for clarity.John MacFarlane1-25/+31
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-3/+4
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-16/+10
2014-07-30getT2TMeta: Take list of source files instead of single.John MacFarlane1-3/+1
2014-07-30Allow --self-contained to get content from MediaBag.John MacFarlane1-1/+3
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane1-8/+10
2014-07-30pandoc: Thread media bag into WriterOptions.John MacFarlane1-12/+14
2014-07-30Added --extract-media option.John MacFarlane1-16/+47
2014-07-30Make toplevel pandoc bin make use of mediabag.Jesse Rosenthal1-1/+2
2014-07-27Txt2Tags Reader: Added recognition of macrosMatthew Pickering1-6/+14
2014-07-27Txt2Tags Reader: Integrated into pandocMatthew Pickering1-1/+2
2014-07-01Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae1-2/+6
2014-06-30Filters: respect shebang if filter is executable.John MacFarlane1-2/+6
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae1-124/+231
2014-06-27Fixed `--filter` so it doesn't search PATH for a filter with a path.John MacFarlane1-1/+3
2014-06-25Add track changes option to command line.Jesse Rosenthal1-0/+17
2014-06-21Fixed compiler warnings.John MacFarlane1-2/+0
2014-06-20Filters: don't print misleading error message.John MacFarlane1-4/+1
2014-06-16Integrated the docx reader into the main pandoc program.mpickering1-3/+10
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-3/+3
2014-04-27Allow html4 as synonym of html as reader.John MacFarlane1-6/+7
2014-04-27Fix #1267.John MacFarlane1-10/+13
2014-04-27A bit of refactoring that shouldn't change any semantics.John MacFarlane1-10/+9
2014-04-05Give more useful error message if '-t pdf' is specified.John MacFarlane1-16/+24
2014-04-05Make it possible to run filters that aren't executable.John MacFarlane1-2/+18
2014-03-19PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane1-1/+4
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel1-0/+1
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane1-0/+9
2014-01-03The `--bibliography` option now sets the `biblio-files` variable.John MacFarlane1-0/+3
2014-01-02Merge pull request #1005 from nougad/consistent_bibliographyJohn MacFarlane1-1/+3
2013-12-19HLint: redundant parensHenry de Valence1-4/+2
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-1/+1
2013-12-05Allow https: to work in pandoc command line arguments.John MacFarlane1-5/+8
2013-11-30Allow "epub2" as synonym for "epub", "html4" for "html".John MacFarlane1-1/+4
2013-10-21Don't look for slidy files in data files w/ --self-contained.John MacFarlane1-2/+0
2013-09-30Fixed stupid copy&paste errorFlorian Eitel1-1/+0
2013-09-30Don't add pandoc-citeproc filter if natbib or biblatex is usedFlorian Eitel1-1/+4
2013-09-19Handle Boolean values in `--metadata`.John MacFarlane1-4/+13
2013-09-17More informative error when a filter is not found in path.John MacFarlane1-2/+7
2013-09-17Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane1-14/+26
2013-09-14More robust check for '-F pandoc-filters', allowing pathnames.John MacFarlane1-3/+3
2013-09-10`--bibliography` again implies `-F pandoc-citeproc`.John MacFarlane1-5/+11
2013-09-08`--bibliography` no longer implies `-F pandoc-citeproc`.John MacFarlane1-2/+0