aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)Author
2011-08-03Added MoinMoin reader.moinmoin2John MacFarlane
2011-07-24Fixed slidy css.John MacFarlane
2011-07-23Changed `--mathjax` to link to mathjax CDN by default.John MacFarlane
2011-07-22Changed default template naming scheme.John MacFarlane
2011-07-22Look for value of --template in datadir if not found.John MacFarlane
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane
2011-04-16Revert API change in EPUB writer.John MacFarlane
2011-03-13Added --epub-cover-image option.John MacFarlane
2011-02-06pandoc.hs: Updated copyright notice.John MacFarlane
2011-02-06Added --ascii option.John MacFarlane
2011-01-30pandoc.hs: Simplified code for writing result.John MacFarlane
2011-01-28Add possibility to use listings package for code blocks andJosef Svenningsson
2011-01-28RTF writer: Embed images when possible.John MacFarlane
2011-01-23Default to textile writer on .textile extension.John MacFarlane
2011-01-20Added --normalize option.John MacFarlane
2011-01-16Removed '--no-citeproc' as alias for '--natbib'.John MacFarlane
2011-01-16Minor code formatting.John MacFarlane
2011-01-16Moved --chapters to before --number-sections in option list.John MacFarlane
2011-01-16Added --chapters option affecting docbook and latex.John MacFarlane
2011-01-11Improvements to --html5 support:John MacFarlane
2011-01-11Preliminary support for HTML5.John MacFarlane
2011-01-07pandoc: Test standalone' rather than standalone for final newline.John MacFarlane
2011-01-06pandoc: Add newline to output unless standalone.John MacFarlane
2010-12-17Added new prettyprinting module.John MacFarlane
2010-12-15Support multiple bibliography files with natbib and biblatex output.Nathan Gass
2010-12-13Added option to write citation markup in markdown writer.Nathan Gass
2010-12-13Added support to write natbib or biblatex citations in latex output.Nathan Gass
2010-12-12Recognize .json extension as json reader/writer.John MacFarlane
2010-12-11Removed deprecated -C/--custom-header option.John MacFarlane
2010-12-10Moved 'readers' and 'writers' to Text.Pandoc.John MacFarlane
2010-12-10Removed HTML sanitization.John MacFarlane
2010-12-04Added Org-mode writerPuneeth Chaganti
2010-12-03Merge branch 'citeproc' into master.John MacFarlane
2010-12-03Use textile reader by default for .textile extension.John MacFarlane
2010-12-03Basic Textile Readerpaul.rivier
2010-11-27Merge branch 'master' into citeprocJohn MacFarlane
2010-11-27Merge branch 'textile'John MacFarlane
2010-11-23More flexible handling of --csl.John MacFarlane
2010-11-23Removed citeproc flag and CPP conditionals.John MacFarlane
2010-11-20Citation related changes.John MacFarlane
2010-11-19Use default biblio.{xml,json,bib} in pandoc data dir if none specified.John MacFarlane
2010-11-18If --csl not specified, read from data files or default.John MacFarlane
2010-11-16Removed unneeded format argument in call to readBiblioFile.John MacFarlane
2010-11-13Improve handling of bibliography not found error.John MacFarlane
2010-11-13Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane
2010-11-12Merge branch 'master' into citeprocJohn MacFarlane
2010-11-12Treat argument as URI only if it has http(s) scheme.John MacFarlane
2010-10-27Changes to use citeproc 0.3.John MacFarlane
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane
2010-10-26Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane