summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
...
* New slidy directory for "self-contained."John MacFarlane2011-12-03
* pandoc.hs : changed a couple `writerName` to `writerName'`.John MacFarlane2011-11-23
* Set `--standalone` implicitly when non-text output format.John MacFarlane2011-11-22
* Added --self-contained, integrated into src/pandoc.hs.John MacFarlane2011-11-21
* Added an asciidoc writer (partial).John MacFarlane2011-11-16
* Implemented --citation-abbreviations option.John MacFarlane2011-11-11
* Removed redundant import.John MacFarlane2011-10-26
* Added dzslides output option.John MacFarlane2011-10-01
* Fixed slidy css.John MacFarlane2011-07-24
* Changed `--mathjax` to link to mathjax CDN by default.John MacFarlane2011-07-23
* Changed default template naming scheme.John MacFarlane2011-07-22
* Look for value of --template in datadir if not found.John MacFarlane2011-07-22
* Deprecated `--xetex` option - it is no longer needed.John MacFarlane2011-07-22
* Revert API change in EPUB writer.John MacFarlane2011-04-16
* Added --epub-cover-image option.John MacFarlane2011-03-13
* pandoc.hs: Updated copyright notice.John MacFarlane2011-02-06
* Added --ascii option.John MacFarlane2011-02-06
* pandoc.hs: Simplified code for writing result.John MacFarlane2011-01-30
* Add possibility to use listings package for code blocks andJosef Svenningsson2011-01-28
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Default to textile writer on .textile extension.John MacFarlane2011-01-23
* Added --normalize option.John MacFarlane2011-01-20
* Removed '--no-citeproc' as alias for '--natbib'.John MacFarlane2011-01-16
* Minor code formatting.John MacFarlane2011-01-16
* Moved --chapters to before --number-sections in option list.John MacFarlane2011-01-16
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* Improvements to --html5 support:John MacFarlane2011-01-11
* Preliminary support for HTML5.John MacFarlane2011-01-11
* pandoc: Test standalone' rather than standalone for final newline.John MacFarlane2011-01-07
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
* Added new prettyprinting module.John MacFarlane2010-12-17
* Support multiple bibliography files with natbib and biblatex output.Nathan Gass2010-12-15
* Added option to write citation markup in markdown writer.Nathan Gass2010-12-13
* Added support to write natbib or biblatex citations in latex output.Nathan Gass2010-12-13
* Recognize .json extension as json reader/writer.John MacFarlane2010-12-12
* Removed deprecated -C/--custom-header option.John MacFarlane2010-12-11
* Moved 'readers' and 'writers' to Text.Pandoc.John MacFarlane2010-12-10
* Removed HTML sanitization.John MacFarlane2010-12-10
* Added Org-mode writerPuneeth Chaganti2010-12-04
* Merge branch 'citeproc' into master.John MacFarlane2010-12-03
|\
| * Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
| |\
| * | More flexible handling of --csl.John MacFarlane2010-11-23
| * | Removed citeproc flag and CPP conditionals.John MacFarlane2010-11-23
| * | Citation related changes.John MacFarlane2010-11-20
| * | Use default biblio.{xml,json,bib} in pandoc data dir if none specified.John MacFarlane2010-11-19
| * | If --csl not specified, read from data files or default.John MacFarlane2010-11-18
| * | Removed unneeded format argument in call to readBiblioFile.John MacFarlane2010-11-16
| * | Improve handling of bibliography not found error.John MacFarlane2010-11-13
| * | Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane2010-11-13
| * | Merge branch 'master' into citeprocJohn MacFarlane2010-11-12
| |\ \