summaryrefslogtreecommitdiff
path: root/src/markdown2pdf.hs
Commit message (Expand)AuthorAge
* Let markdown2pdf recognize citeproc options.John MacFarlane2010-06-30
* Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane2010-05-06
* markdown2pdf: always do at least two runs.fiddlosopher2010-01-05
* markdown2pdf.hs: throw error if pandoc --dump-args does.fiddlosopher2010-01-02
* markdown2pdf.hs: When --toc, run latex an extra time.fiddlosopher2010-01-02
* Added needed imports from System.IO when we're using ghc >= 6.12.fiddlosopher2009-12-31
* Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher2009-12-31
* markdown2pdf.hs: interpret ! in a log as an error line.fiddlosopher2009-12-31
* Added --xetex option to pandoc and markdown2pdf.fiddlosopher2009-12-31
* Added -V/--variable option to set custom template variables.fiddlosopher2009-12-31
* Changed markdown2pdf.hs so it prints error messages on last attempt.fiddlosopher2009-12-07
* Modified markdown2pdf so as not to create a backup file.fiddlosopher2009-11-22
* Use utf8-string IO in markdown2pdf.hs.fiddlosopher2009-11-21
* Fixed markdown2pdf.hs to accept --longopt=val options.fiddlosopher2009-08-22
* Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)fiddlosopher2009-06-25
* Added new Haskell version of markdown2pdf.fiddlosopher2009-05-01
* pandoc.hs: Make --strict compatible with --standalone, --toc.fiddlosopher2009-05-01